function windowOpen(){ window.open('player2011.html','subWindow','scrollbars=yes,resizable=yes,width=750,height=600')}
function windowOpenResult(){ window.open('result2011.html','subWindow','scrollbars=yes,resizable=yes,width=750,height=650')}
function getUserAgent() { uAgent = ""; uAgent = navigator.userAgent; if((uAgent.indexOf("Safari") != -1)||(uAgent.indexOf("Opera") != -1)){ uAgent = 1;} return uAgent; }

