% if ($Enabled) {
            <td><a id="Link<% $Op %>" name="Link<% $Op %>"
%     if (defined $OnClick) {
href="#" onclick="<% $OnClick %>"
%     } else {
<% $Target ? "target='$Target'" : '' %> href="/<% $Page %>.html<% $Path ? "/$Path" : "?Op=$Op" . ($Param ? "&$Param" : '') %>"
%     }

onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image<% $Op %>','','/RG/img/function_<% $img2 %>.png',1)"><img id="Image<% $Op %>" name="Image<% $Op %>" border="0" src="/RG/img/function_<% $img %>.png" width="36" height="30" title="<% loc($Op) %>" alt="<% loc($Op) %>"></a>
	    </td>
% } else {
            <td><img src="/RG/img/HideFunc_<% $Op %>.png" width="36" height="30"></td>
% }
            <td><img src="/RG/img/space.png" width="8" height="10"></td>
<%INIT>
my $img = $Op;
my $path = "$RG::BasePath/html/img";
$img = lc($img) if -e "$path/function_\L$img\E.png";
my $img2 = "${img}2";
$img2 = "${img}_2" if -e "$path/function_${img}_2.png";
</%INIT>
<%ARGS>
$Op
$OnClick	=> undef
$Path		=> undef
$Enabled	=> 1
$Page		=> 'File'
$Param		=> ''
$Target		=> undef
</%ARGS>
