var fs='1',ff='"Helvetica"';
var ob='"silver"',eb='"yellow"',b="silver";
var tw=-1,tb=-1,cs=-1,cp=-1;
var ht='0',hc='"white"';

function SetFontTs(fontFace,fontSize){
ff=fontFace;
fs=fontSize;
}
function SetBgColourTs(oddRow,evenRow,border){
ob=oddRow;
eb=evenRow;
b=border;
}
function SetTableWidthTs(TableWidth){
tw=TableWidth;
}
function SetTablePropertiesTs(Border,CellSpacing,CellPadding){
tb=Border;
cs=CellSpacing;
cp=CellPadding;
}
function ShowTableTs(){
f='<font face='+ff+' size='+fs+'>';
j='<A HREF="javascript:void(0);" onMouseOver="';
m='; return true;" onMouseOut="h(); return true;"';
y='<td width=';
l=' align="left">';
r=' align="right">';
c=' align="center">';
v=' valign=""middle" ';
z='</font></td>';
w='width=';t='height=';o='border=';g='bgcolor=';
s='http://www.soccerbot.com/';
document.write('<SCRIPT LANGUAGE="JavaScript" src="http://www.soccerbot.com/sbpopup.js"></SCRIPT>')
if(tw==-1)tw=100;if(tb==-1)tb=0;if(cs==-1)cs=0;if(cp==-1)cp=1;
document.write('<table border='+tb+' cellspacing='+cs+' cellpadding='+cp+' width='+tw+'>')
document.write('<tr><td'+v+g+ob+' '+t+'13'+c+f+'&nbsp;'+z+'</tr>')
document.write('</table>')

tw=-1;tb=-1;cs=-1;cp=-1;
ob='"silver"';eb='"yellow"';b="silver";
fs='1';ff='"Helvetica"';
}

