﻿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 = .\n");
document.write("pluginspage = http://java.sun.com/j2se/1.3/ \n");
document.write("code = newengine.mainApplet.class\n");
document.write("name = Panorama Studio\n");
document.write("width = 764\n");
document.write("height = 505\n");
document.write("hspace = 0\n");
document.write("vspace = 0\n");
document.write("align = top\n");
document.write("Contents = Project.xml\n");
document.write("Interface = resources/interface.pis\n");
document.write("archive = 0072.jar>\n");
document.write("<PARAM NAME=Contents VALUE= Project.xml>\n");
document.write("<PARAM NAME=Interface VALUE= resources/interface.pis>\n");
document.write("</embed>\n");
}else {
document.write("<applet\n");
document.write("codebase = .\n");
document.write("code = newengine.mainApplet.class\n");
document.write("name = Panorama Studio\n");
document.write("width = 764\n");
document.write("height = 505\n");
document.write("hspace = 0\n");
document.write("vspace = 0\n");
document.write("align = top\n");
document.write("archive = 0072.jar>\n");
document.write("<PARAM NAME =Contents VALUE= Project.xml>\n");
document.write("<PARAM NAME =Interface VALUE= resources/interface.pis>\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");
}
