
function openRes(){
	var path = "http://www.camava.com/reservations/";
	
	var theHeight=620;
	var theWidth=900;
	var theTop=(screen.height/2)-(theHeight/2)
	var theLeft=(screen.width/2)-(theWidth/2)
	var	features='height='+theHeight+',width='+theWidth+',top='+theTop+',left='+theLeft;
	
	//	path += "flash/flashreservations.asp";  // a new start page was added Greg 7/20/07

	var winPop = window.open(path+"?park_Idno=3","winRes","status=yes,scrollbars=yes,location=yes,"+features+",resizable=yes");
	winPop.focus();
}


function openResCounty(){
	var path = "http://www.camava.com/reservations/";
	
	var theHeight=620;
	var theWidth=900;
	var theTop=(screen.height/2)-(theHeight/2)
	var theLeft=(screen.width/2)-(theWidth/2)
	var	features='height='+theHeight+',width='+theWidth+',top='+theTop+',left='+theLeft;
	
		path += "flash/flashReservations_countywide.asp";

	var winPop = window.open(path+"?parkId=0","winRes","status=yes,scrollbars=yes,location=yes,"+features+",resizable=yes");
	winPop.focus();
}