function windowOpen(){ window.open('menu.html','subWindow','scrollbars=yes,resizable=yes,width=650,height=650')}function flashOpen(src,width,height){document.write('<object data="' + src + '" type="application/x-shockwave-flash" width="' + width + '" height="' + height + '" /><param name="movie" value="' + src + '" /><param name="quality" value="high" /></object>');}function flashOpenT(src,width,height){document.write('<object data="' + src + '" type="application/x-shockwave-flash" width="' + width + '" height="' + height + '" /><param name="movie" value="' + src + '" /><param name="wmode" value="transparent" /><param name="quality" value="high" /></object>');}function flashOpenB(src,width,height){document.write('<object data="' + src + '" type="application/x-shockwave-flash" width="' + width + '" height="' + height + '" /><param name="movie" value="' + src + '" /><param name="bgcolor" value="#333333" /><param name="quality" value="high" /></object>');}function getUserAgent() { uAgent = ""; uAgent = navigator.userAgent; if((uAgent.indexOf("Safari") != -1)||(uAgent.indexOf("Opera") != -1)){ uAgent = 1;} return uAgent; }