%# Whirling Whirling Rainbow Limelight
<td
% if ($RT::IsMSIE) {
onmouseover="
this.style.borderLeftColor = this.style.borderTopColor = 'white';
this.style.borderRightColor = this.style.borderBottomColor = 'black';
"
onmouseout="
this.style.borderLeftColor = this.style.borderTopColor =
this.style.borderRightColor = this.style.borderBottomColor = '<% $m->notes('BGColor') %>';
"
% }
style="width: auto; height: auto" class="button<% $Disabled ? '_disabled' : '' %>" align="center" onclick="<% $Disabled ? '' : $Javascript |n%>">&nbsp;<noscript><input type="image" alt="[<% loc($Text) %>]" src="<% $ImagePath %><% $Image %><% $Disabled ? 'Disabled' : '' %>.png"><input type="submit" value="<% loc($Text) %>"></noscript><script><!--
document.write('<nobr><img style="width: <% $Width %>; height: <% $Height %>" alt="[<% loc($Text) %>]" src="<% $ImagePath %><% $Image %><% $Disabled ? 'Disabled' : '' %>.png" ><% loc($Text) %></nobr>');
--></script>&nbsp;</td>
<%ARGS>
$Name
$Image
$Disabled   => 0
$ImagePath  => '/img/'
$Text	    => $Name
$Javascript => ''
$Width	    => 'auto'
$Height	    => 'auto'
</%ARGS>
