function WriteApplet(url){
	document.write("<applet code=\"ptviewer.class\" archive=\"ptviewer.jar\" id=\"ptapplet\" name=\"ptapplet\" width=600 height=300>");
	document.write("<PARAM name=\"file\" value=\""+url+"\">");
	document.write("<PARAM name=\"auto\" value=\"0.3\">");
	document.write("<param name=cursor value=\"MOVE\">");
	document.write("<param name=pan value=0>");
	document.write("<param name=showToolbar value=\"false\">");
	document.write("<param name=imgLoadFeedback value=\"true\">");
	document.write("<NOAPPLET><br><br>JAVA is required to view these panoramas, but it does not seem to be installed on your computer.<br><br><br>");
	document.write("  <a href=\"http://www.java.com/getjava\" target=\"_blank\">Get JAVA here</a>.</NOAPPLET></APPLET>");
}

function WriteVideo(url){
	document.write("<object id=\"mediaPlayer\" classid=\"clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6\" style=\"width:428; height:240; \" width=\"428\" height=\"304\">");
	document.write("<PARAM NAME=\"URL\" VALUE=\"/videos/"+url+"\">");
	document.write("<PARAM NAME=\"animationatStart\" VALUE=\"true\">");
	document.write("<PARAM NAME=\"transparentatStart\" VALUE=\"false\">");
	document.write("<param name=\"stretchToFit\" value=\"true\" />");
	document.write("<PARAM NAME=\"autoStart\" VALUE=\"true\">");
	document.write("<PARAM NAME=\"showControls\" VALUE=\"true\">");
	document.write("<PARAM NAME=\"ShowAudioControls\" VALUE=\"true\">");
	document.write("<EMBED ID=\"mediaPlayer\" NAME=\"mediaPlayer\" TYPE=\"application/x-mplayer2\" SRC=\"/videos/"+url+"\" width=\"320\" height=\"310\" ShowPositionControls=\"1\" ShowStatusBar=\"1\" ShowTracker=\"1\" AutoSize=\"0\" AutoRewind=\"0\" AnimationAtStart=\"0\" TransparentAtStart=\"1\" EnableContextMenu=\"0\" ClickToPlay=\"0\" DefaultFrame=\"datawindow\"></EMBED>");
	document.write("</OBJECT>");
}