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