function Submitform(form){
	var response=ValidateSearch(form);
	if (response == true) {document.getElementById(form).submit();}
}


function ShowInfo(Message) {
	alert(Message);
}

function Empty(List) {
	db=List.options.length
	for(i=1;i<=db;i++) {	
		List.options[0] = null;}
}
function AltemaValaszt(altema, tema, aktiv) {
	Empty(document.getElementById(altema))
	ertek=document.getElementById(tema).options[document.getElementById(tema).selectedIndex].value
	if (ertek!=0)
		AltemaValaszto.location="http://www.fome.hu/content/altema_valaszto.php?altema="+altema+"&id="+ertek+"&aktiv="+aktiv
}
