
function MM_jumpMenu(targ,selObj,restore){ //v3.0
	var URL = 'findresorts.asp?index=' + selObj.selectedIndex;
	eval("location='" + URL + "'");
  if (restore) selObj.selectedIndex=0;
}
function MM_jumpMenuSkiV(targ,selObj,restore){ //v3.0
	var URL = 'findresorts.asp?index=' + selObj.selectedIndex;
	eval("location='" + URL + "'");
  if (restore) selObj.selectedIndex=0;
}