if (((navigator.appName == "Netscape")&&(navigator.platform == "MacPPC")) ||
 ((navigator.appName == "Netscape")&&(navigator.appVersion.charAt(0) <= 4))) {
if (navigator.platform == "MacPPC") {
document.write("<embed type=application/x-java-applet\n");
}else{
document.write("<embed type=application/x-java-applet;version=1.3\n");
}

document.write("codebase = " + playerPath + "\n");
document.write("pluginspage = http://java.sun.com/j2se/1.3/ \n");
document.write("code = newengine.mainApplet.class\n");
document.write("name = Panorama Player\n");
document.write("width = " + playerWidth + "\n");
document.write("height = " + playerHeight + "\n");
document.write("hspace = 0\n");
document.write("vspace = 0\n");
document.write("align = top\n");
document.write("Contents = " + project + "\n");
document.write("Interface = resources/interface.pis\n");
document.write("SpotToShow = " + spotNum + "\n");
document.write("archive = NewEngine.jar>\n");
document.write("<PARAM NAME =Interface VALUE= resources/interface.pis>\n");
document.write("<PARAM NAME =Contents VALUE= " + project + ">\n");
document.write("<PARAM NAME=SpotToShow VALUE= " + spotNum + ">\n");
document.write("</embed>\n");
}else {

document.write("<applet\n");
document.write("codebase = " + playerPath + "\n");
document.write("code = newengine.mainApplet.class\n");
document.write("name = Panorama Player\n");
document.write("width = " + playerWidth + "\n");
document.write("height = " + playerHeight + "\n");
document.write("hspace = 0\n");
document.write("vspace = 0\n");
document.write("align = top\n");
document.write("archive = NewEngine.jar>\n");
document.write("<PARAM NAME=cabbase VALUE=NewEngine.cab>\n");
document.write("<PARAM NAME =Interface VALUE= resources/interface.pis>\n");
document.write("<PARAM NAME =Contents VALUE= " + project + ">\n");
document.write("<PARAM NAME=SpotToShow VALUE= " + spotNum + ">\n");
document.write("<div style='border-color: black; border-style: dashed; border-width: 2px; background-color: #ffffcc; margin: 30pt; padding: 10pt'>\n");
document.write("<center><b>申し訳ありません</b></center><br>\n");
document.write("お使いのコンピュータにはJava(TM)実行環境がインストールされていません。\n");
document.write("Java(TM)ソフトウェアのダウンロードページへ行ってJava(TM)実行環境を今すぐ入手した後再度ご覧ください。<br>\n");
document.write("<br><center><a href=http://java.com/ja/ target=_blank>ダウンロードページへ →</a></center></div><br>\n");
document.write("</APPLET>\n");
}
