function get_wnd(path) { window.open(path,'','width=700,height=600,scrollbars=yes,resizable=yes'); } function get_wnd1(path) { path = "window.html?win="+path; window.open(path,'','width=700,height=600,scrollbars=yes,resizable=yes'); } function linkjumpto() { tmp=document.references.services.options[document.references.services.selectedIndex].value; document.location.href=tmp; } function linkjumpto2() { tmp=document.allreferences.allservices.options[document.allreferences.allservices.selectedIndex].value; document.location.href=tmp; } function game_fct(id,lang) { Rep=0; if(document.game_frm.Rep[0].checked){Rep=document.game_frm.Rep[0].value;} if(document.game_frm.Rep[1].checked){Rep=document.game_frm.Rep[1].value;} if(document.game_frm.Rep[2].checked){Rep=document.game_frm.Rep[2].value;} tmp="site/game.html?lang=&Rep="+Rep+"&id="+id; window.open(tmp,'','resizable=1,toolbar=no,status=no,scrollbars=yes,location=no,menubar=no,width=550,height=450'); } function pop_print(pg,lg,doc) { tmp="print.html?page="+pg+"&lang="+lg+"&doc="+doc; window.open(tmp,'','resizable=1,toolbar=no,status=no,scrollbars=yes,location=no,menubar=no,width=750,height=650'); }