if(document.getElementById || document.all){
		document.write('<span style="width:'+wwidth+';"><div style="position:relative;overflow:hidden;width:'+wwidth+';height:'+wheight+';clip:rect(0 '+wwidth+' '+wheight+' 0);background-color:'+wbcolor+';" onMouseover="sspeed=0;" onMouseout="sspeed=restart">');
	
		if(operbr!=-1){
			document.write('<div id="operaslider" style="position:absolute;visibility:hidden;"></div>');
		}
			document.write('<div id="wslider" style="position:relative;height:'+wheight+';"></div></div></span>')
		}