var osName = navigator.appVersion ;var browser = navigator.appName ;var winstylesheet = "apbs_win.css" ;var macstylesheet = "apbs_mac.css" ;if(osName.indexOf('Mac')!=-1){		document.write( "<link rel=\"stylesheet\" href=\"" + macstylesheet +  "\" type=\"text/css\">" );}else if(browser.charAt(0)=="M"){		document.write( "<link rel=\"stylesheet\" href=\"" + winstylesheet +  "\" type=\"text/css\">" );}function gopass(){var mypass = document.mypwd.mypasswd.value;if(( !(mypass) || mypass.length != mypass.indexOf(".",0)+1)               || (mypass == ".")) {window.alert("パスワードが違います、ここは管理人専用です");return;}var passfile = mypass+'html';location.href = passfile;}