document.writeln ('<style type="text/css">');document.writeln ('#pano {position:absolute; left:0px; top:0px; clip:rect(0px '+WinWidth+'px '+WinHeight+'px 0px); z-index:1;}');document.writeln ('#floater {position:absolute; left:0px; top:0px; clip:rect(0px '+WinWidth+'px '+WinHeight+'px 0px); z-index:1;}');stpt=Math.round(WinWidth/2);degree=0;for (n=0; n<=stpt; n+=blocksize) {	rdeg=(Math.abs(degree)/180)*Math.PI;	sst=Math.sin(rdeg);	distoffset=-(Math.round(sst*DistortionLevel));	ssy=-(distoffset)-(DistortionLevel);	sy[j]=ssy;	PTop=(CurrentPanoY+ssy);	TopClip=-(CurrentPanoY+ssy);	BottomClip=-(CurrentPanoY-(WinHeight-ssy));	RightClip=(-CurrentPanoX+WinWidth)-n;	LeftClip=(-CurrentPanoX+n);	document.writeln ('#slice'+j+' {position:absolute; top:'+PTop+'px; left:'+CurrentPanoX+'px; clip:rect('+TopClip+'px '+RightClip+'px '+BottomClip+'px '+LeftClip+'px); z-index:1;}');	j++;	degree+=degreestep;	}halfsteps=j;document.writeln ('</style>');