if (pluginlist.indexOf("Java")!=-1){
document.write("<applet codebase  = \".\" archive   = \"twviewer.jar\" code = \"com.easypano.tw.TWViewer.class\" name = \"TWViewer\" width = \"800\"  height = \"750\" hspace = \"0\" vspace = \"0\" mayscript = \"true\">\n");
document.write("<PARAM name = iniFile value = \"Config_landtour.txt\">\n");
document.write("<PARAM name = skin.bgcolor value = \"255, 255, 255\">\n");
document.write("<PARAM name = skin.waitingimg value = \"Skin/waiting.gif\">\n");
document.write("<PARAM name = skin.archive value = \"Skin_landtour.zip\">\n");
document.write("<PARAM name = skin.archive.itemnum value = \"16\">\n");
document.write("<PARAM name = progress.color value = \"58, 110, 165\">\n");
document.write("<PARAM name = progress.bounds value = \"170, 630, 510, 20\">\n");
document.write("<PARAM name = comappletname value = \"UserApplet1\">\n");
document.write("</applet>");
}else{
	document.write("Java is required to view this 360 Tour.<br />");
	document.write("<a href=\"http://www.java.com/en/download/index.jsp\" target=\"_blank\">Download Java</a>");
}