- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
function ShowButton(name, link, target,img,id,style){
{/<TD align = "right" width=1>/}
{/<SPAN id=" %id " title=" %name " style=" %style ">/}
{/<TABLE style="CURSOR: pointer" height=16 cellSpacing=0 cellPadding=0 border=0>/}
{/<TBODY>/}
{/<TR height=3>/}
{/<TD vAlign=top width=7><IMG height=3 src=" %pPath() left_top_button" width=7 border=0></TD>/}
{/<TD class=spacer vAlign=top background= %pPath() bg_top_button> </TD>/}
{/<TD vAlign=top width=7><IMG height=3 src=" %pPath() right_top_button" width=7 border=0></TD></TR>/}
{/<TR style="CURSOR: pointer">/}
{/<TD class=spacer vAlign=top width=7 background= %pPath() left_button> </TD>/}
{/<TD onClick = " %link " class=buttonLink vAlign=center noWrap align=middle background= %pPath() bg_button>/}
if(img!=null){
Image(img, null, null, null, name);
}else{
{/<a href=#> %name </a>/}
}
{/</TD>/}
{/<TD class=spacer vAlign=top width=7 background= %pPath() right_button> </TD></TR>/}
{/<TR style="CURSOR: pointer" height=3>/}
{/<TD class=spacer vAlign=top width=7><IMG src=" %pPath() left_bot_button" border=0></TD>/}
{/<TD class=spacer background= %pPath() bg_bot_button height=3> </TD>/}
{/<TD class=spacer vAlign=top width=7><IMG src=" %pPath() right_bot_button" border=0></TD></TR>/}
{/</TBODY>/}
{/</TABLE>/}
{/</SPAN>/}
{/</TD>/}
}