function checkjava(){ 
        if (navigator.javaEnabled() < 1){ 
                alert("Ваш броузер не поддерживает JavaScript, который необходим для игры. Пожалуйста измените настройки Вашего браузера."); 
        } 
} 
function GoToRecords () {
 window.open("","_new","scrollbars=yes,status=no,resizable=1,toolbar=no,directories=no,menubar=no,width=640,height=640,top=20,left=150");
 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=640,width=640,toolbar=0,scrollbars=no,menubar=0,resizable=1,top=20,left=150');
}
else alert('Выберите пожалуйста тему!');
}
function menuon(td)
{
	td.style.backgroundColor='#ffffff';
}

function menuoff(td)
{
	td.style.backgroundColor='#F7FFE5'
}
function openw(bo3){
window.open(bo3,'language','height=640,width=640,toolbar=0,scrollbars=no,menubar=0,resizable=1,top=20,left=150');
}

