<!--
// Hide from old browsers
// Not sure what this does !!
document.write('<table class="scroll" border="1" align="left"><tr><td width='+swidth+'>');
if (document.getElementById || document.all)
{document.write('<span style="height:'+sheight+';"><div style="position:relative;overflow:hidden;width:'
+swidth+';height:'
+sheight+';clip:rect(0 '+swidth+' '+sheight+' 0);background-color:'
+sbcolor+';" onMouseover="sspeed=0;" onMouseout="sspeed=rspeed"><div id="slider" style="position:relative;width:'
+swidth+';"></div></div></span>')
}

