function checkjava(){ 
        if (navigator.javaEnabled() < 1){ 
                alert("Ваш броузер не поддерживает JavaScript, который необходим для игры. Пожалуйста измените настройки Вашего браузера."); 
        } 
} 
function GoToRecords () {
 window.open("","_new","scrollbars=yes,status=no,resizable=no,toolbar=no,directories=no,menubar=no,width=690,height=450,top=50,left=50");
 document.forms.parameters.action.value = "hall";
 document.forms.parameters.submit();
}
function go1(){
if (document.form1.languages.options[document.form1.languages.selectedIndex].value != "0"){
location = 'index.php?lang_id='+document.form1.languages.options[document.form1.languages.selectedIndex].value
		}
	}
function go2()	{
var go2 = 'index.php';
if (document.form1.themes.options[document.form1.themes.selectedIndex].value != "0"){
bo2 = 'game.php?func=new&theme_id='+document.form1.themes.options[document.form1.themes.selectedIndex].value
		}
else {
bo2 = 'index.php?lang_id='+document.form1.languages.options[document.form1.languages.selectedIndex].value
}		
	return bo2	
	}
function winopen(){
if (document.form1.themes.options[document.form1.themes.selectedIndex].value != "0"){ 
window.open(bo2,'language','height=600,width=640,toolbar=0,scrollbars=no,menubar=0,resizable=0,top=100,left=100');
}
else alert('Выберите пожалуйста тему!');
}
function menuon(td)
{
	td.style.backgroundColor='#D2E8FF';
}

function menuoff(td)
{
	td.style.backgroundColor='#EFF7FF'
}
function openw(bo3){
window.open(bo3,'language','height=500,width=450,toolbar=0,scrollbars=no,menubar=0,resizable=0,top=100,left=100');
}

