function chkSelect()
	{
		selIndex = document.frmSelect.select.selectedIndex		
		if (document.frmSelect.select[selIndex].value == "deutsch")
			document.location.href = "homed.htm"
		if (document.frmSelect.select[selIndex].value == "english")
			document.location.href = "index.htm"		
		if (document.frmSelect.select[selIndex].value == "srpski")
			document.location.href = "home.htm"
		if (document.frmSelect.select[selIndex].value == "italiano")
			document.location.href = "homeit.htm"
		if (document.frmSelect.select[selIndex].value == "Espagnol")
			document.location.href = "homees.htm"
		if (document.frmSelect.select[selIndex].value == "Tchech")
			document.location.href = "homet.htm"
		if (document.frmSelect.select[selIndex].value == "Ruski")
			document.location.href = "homeru.htm"		
		if (document.frmSelect.select[selIndex].value == "Roman")
			document.location.href = "homero.htm"	
						
	}