document.writeln('<div ID="pano">');degree=0;for (k=0; k<halfsteps; k++) {	rdeg=(Math.abs(degree)/180)*Math.PI;	sst=Math.sin(rdeg);	distoffset=-(Math.round(sst*DistortionLevel))*2;	distHeight=(GraphicHeight+distoffset)+(DistortionLevel*2);	document.write ('<div ID="slice'+k+'"><img border=0 name="vrmovie'+k+'" src="nothing.gif" ');	document.write ('width='+RGraphicWidth+' height='+distHeight+'></div>');	degree+=degreestep;	}document.writeln ('<div ID="floater"><img border=0 src="nothing.gif" width='+WinWidth+' height='+WinHeight+' onmousedown="spinpano(); return false;"></div>');document.writeln('</div>');