ie_ns6=document.all||document.getElementById
ns_4=document.layers

var speed=5
tooltipOffset_Y = -80;
tooltipOffset_X = -375;

function scroll_start(w,h){
	if (ie_ns6){
		document.write('<div id="container" style="position:relative;width:' + w + ';height:' + h + ';overflow:hidden;">')
		document.write('<div id="thecontent" style="position:absolute;width:' + w + ';left:0;top:0">')
	}
}

function scroll_end(){
if (ie_ns6)
	document.write('</div></div>')
}
