function loadPanorama(){
var panoName = 'Scene6.jpg'
document.write("<APPLET name=\"ptviewer\" archive=\"index_files/ptviewer.jar\" code=\"ptviewer.class\" codebase=\"./\" ")
document.write("width=" + 434 + " height=" + 193 + " mayscript=\"true\">")
document.write("<param name=\"wait\" value=\"index_files/loading.jpg\">")
document.write("<param name=\"cursor\" value=\"move\">")
document.write("<param name=\"bgcolor\" value=\"ffffff\">")
document.write("<param name=\"auto\" value=\"0.1\">")
document.write("<param name=\"autoTime\" value=\"120\">")
//document.write("<param name=\"showToolbar\" value=\"true\">")
//document.write("<param name=\"toolbarImage\" value=\"index_files/Toolbar.gif\">")
document.write("<param name=\"shotspot0\" value=\" x320 y233 a330 b220 u'ptviewer:startAutoPan(0.3,0,1)' \">")
document.write("<param name=\"file\" value=\"ptviewer:0\">")
document.write("<param name=\"pano0\" value=\" {file=./panoramas/" + panoName + "}  {fov=110} {fovmin=12} {fovmax=165} {inits= ptviewer:gotoView( 180, 0, 100 ) } ")
//document.write("{pan=0} {tilt=-90} {fov=165} {fovmax=165} {auto=0.5} ")
//document.write("{inits= ptviewer: moveTo(140,-20,80,40);waitWhilePanning(); ")
//document.write("moveTo(175,0,80,17);waitWhilePanning(); moveTo(265,0,110,45);")
//document.write("waitWhilePanning(); startAutoPan(0.6,0,1)}\">")
document.write("\">")
document.write("</applet>")
}


