<!--
function redirect(){
	var path = document.holidays.menu.options[document.holidays.menu.selectedIndex].value;
	if(path == ''){
		top.location.href = top.location.href;
	}else{
		top.location.href = "/menu.asp?" + path;
	}
	return true;
}
//-->
