function isPPC() {if (navigator.appVersion.indexOf("PPC") !=-1)return true;else return false;}function isMac() {if (navigator.appVersion.indexOf("Mac") !=-1)return true;else return false;}//var isMac = (navigator.appVersion.indexOf("Mac") != -1) ? true : false;//var isPPC = (navigator.appVersion.indexOf("PPC") != -1) ? true : false;if (isPPC() || isMac()) {document.write('<style type="text/css">.normal {font-size: 11pt;}');document.write('.small {font-size: 9pt;}');document.write('.big {font-size: 14pt;}');document.write('.super {font-size: 18pt;}</style>');}else {document.write('<style type="text/css">.normal {font-size: 9pt;}');document.write('.small {font-size: 7pt;}');document.write('.big {font-size: 12pt;}');document.write('.super {font-size: 16pt;}</style>');}function lucyPop() {  pop2 = window.open('intro.html','smallLucy','width=570,height=400,toolbar=no,location=no,scrollbars=no,resize=no')}function gamePop() {  pop2 = window.open('main/redirect.html','smallLucy','width=570,height=400,toolbar=no,location=no,scrollbars=no,resize=no')}function infoPop() {  pop2 = window.open('info.html','smallLucy','width=570,height=400,toolbar=no,location=no,scrollbars=no,resize=no')}function wholePop() {  pop2 = window.open('archive/whole.html','smallLucy','width=570,height=400,toolbar=no,location=no,scrollbars=no,resize=no')}function tagPop() {  pop2 = window.open('main/special/tags.html','smallLucy','width=800,height=510,toolbar=no,location=no,scrollbars=yes,resize=no')}function windowPop(url,wide,high) {  pop2 = window.open(url,'smallLucy','width='+wide+',height='+high+',toolbar=no,location=no,scrollbars=no,resize=no')}function scrollPop(url,wide,high) {  pop2 = window.open(url,'smallLucy','width='+wide+',height='+high+',toolbar=no,location=no,scrollbars=yes,resize=no')}function previewPop(previewURL) {  pop2 = window.open('','smallLucy','width=570,height=400,toolbar=no,location=no,scrollbars=no,resize=no')  pop2.document.location=previewURL}
