document.writeln("<APPLET name=\"viewer\" archive = \"panorama/ptviewer.jar\" code=\"ptviewer.class\" width=400 height=300>");
document.writeln("<PARAM NAME=file value=\"panorama/catkin_living.jpg\">");
document.writeln("<PARAM name=wait value=\"panorama/splash.jpg\">");
document.writeln("<param name=\'bar_height\' value=\"5\">");
document.writeln("<param name=\'barcolor\' value=\"ff0000\">");
document.writeln("<PARAM name=bgcolor value=\"ffffff\">");
document.writeln("<param name=\"auto\" value=\"0\" />");
document.writeln("<param name=\"pan\" value=\"0\" />");
document.writeln("<param name=\"cursor\" value=\"MOVE\" />");
document.writeln("<PARAM name=panmin value=\"-180\">");
document.writeln("<PARAM name=panmax value=\"180\">");
document.writeln("<PARAM name=tiltmin value=\"-90\">");
document.writeln("<PARAM name=tiltmax value=\"90\">");
document.writeln("<PARAM name=tilt value=\"-15\">");
document.writeln("<PARAM name=fovmin value=\"12\">");
document.writeln("<PARAM name=fovmax value=\"165\">");
document.writeln("<PARAM name=fov value=\"90\">");
document.writeln("<param name=\"toolbarImage\" value=\"panorama/toolbar.gif\" />");
document.writeln("<param name=\"showToolbar\" value=\"true\" />");
document.writeln("<param name=\"imgLoadFeedback\" value=\"true\" />");
document.writeln("<\/APPLET>");

