/* Загружаем викторину в верхушку чата */ var gameon=0; function startgame(){ if(gameon==0){ parent.gameframe.location.href='http://'+domain+':7777/?chat='+chatlogin; gameon=1; document.getElementById('gamediv').style.display="block"; } else { parent.gameframe.location.href='start.html'; gameon=0; document.getElementById('gamediv').style.display="none"; } }