<!--
function flashLinks (link){
	switch (link){
	       
	       case "lv_home" : 
	          top.location.href="http://www.cityofventura.net/Living/index.asp"; 
	          break;
		   case "lv_arts_culture" : 
		      top.location.href="http://www.cityofventura.net/depts/arts_culture/index.asp";
		      break;
		   case "lv_parks" : 
		      top.location.href="http://www.cityofventura.net/depts/parks_rec/index.asp";
		      break;
		   case "lv_public_works" : 
		      top.location.href="http://www.cityofventura.net/depts/pub_works/index.asp";
		      break;
		   case "lv_city_permits" : 
		      top.location.href="http://www.cityofventura.net/depts/permits_licenses/index.asp";
		      break;
		   case "lv_public_safety" : 
		      top.location.href="http://www.cityofventura.net/depts/pub_safety/index.asp";
		      break;
		   case "lv_television" : 
		      top.location.href="http://www.cityofventura.net/depts/cable_tech/index.asp";
		      break;
		   case "lv_volunteer" : 
		      top.location.href="http://www.cityofventura.net/depts/volunteer_opps/index.asp";
		      break;
		   case "lv_resident" : 
		      top.location.href="http://www.cityofventura.net/Living/resident_resources/index.asp";
		      break;
           case "bv_home" : 
	          top.location.href="http://www.cityofventura.net/Business/index.asp";
	          break;
		   case "bv_business_dev" : 
		      top.location.href="http://www.cityofventura.net/depts/economic_development/business_dev/index.asp";
		      break;
			case "bv_business_development" : 
		      top.location.href="http://www.cityofventura.net/depts/economic_development/business_dev/index.asp";
		      break;		      
		   case "bv_market_profile" : 
		      top.location.href="http://www.cityofventura.net/depts/economic_development/market_profile/index.asp";
		      break;
		   case "bv_business_license" : 
		      top.location.href="http://www.cityofventura.net/depts/permits_licenses/business/index.asp";
		      break;		      
		   case "bv_purchasing" : 
		      top.location.href="http://www.cityofventura.net/depts/admin_serv/purchasing_bids/index.asp";
		      break;		      
		   case "bv_chamber_commerce" : 
		      top.location.href="http://www.cityofventura.net/Business/chamber_commerce/index.asp";
		      break;		      
		   case "bv_business_resources" : 
		      top.location.href="http://www.cityofventura.net/depts/economic_development/business_resources/index.asp";
		      break;
	       case "vv_home" : 
	          top.location.href="http://www.cityofventura.net/Visiting/index.asp";
	          break;
		   case "vv_visitor_convention" : 
		      top.location.href="http://www.cityofventura.net/Visiting/visitors_convention_bureau/index.asp";
		      break;
		   case "vv_city_events" : 
		      top.location.href="http://www.cityofventura.net/Visiting/events_festivals/index.asp";
		      break;		      
		   case "vv_arts_culture" : 
		      top.location.href="http://www.cityofventura.net/depts/arts_culture/index.asp";
		      break;		      
		   case "vv_parks_recreation" : 
		      top.location.href="http://www.cityofventura.net/depts/parks_rec/index.asp";
		      break;
		   case "vv_maps" : 
		      top.location.href="http://www.cityofventura.net/maps.asp";
		      break;		      
		   case "vv_visitors_resources" : 
		      top.location.href="http://www.cityofventura.net/Visiting/visitor_resources/index.asp";
		      break;		      
	       case "cg_home" : 
	          top.location.href="http://www.cityofventura.net/CityGovernment/index.asp";
	          break;
		   case "cg_council" : 
		      top.location.href="http://www.cityofventura.net/depts/city_council/index.asp";
		      break;
		   case "cg_admin" : 
		      top.location.href="http://www.cityofventura.net/depts/city_manager/";
		      break;	      
		   case "cg_boards" : 
		      top.location.href="http://www.cityofventura.net/depts/boards_commissions/index.asp";
		      break;	      
		   case "cg_departments" : 
		      top.location.href="http://www.cityofventura.net/depts.asp";
		      break;	      
		   case "cg_employment" : 
		      top.location.href="http://www.cityofventura.net/depts/hum_res/employment_opps.asp";
		      break;	      
		   case "cg_resources" : 
		      top.location.href="http://www.cityofventura.net/depts/city_govt_resources/index.asp";
		      break;
           case "subsection_employment_opportunities" : 
	          top.location.href="http://www.cityofventura.net/depts/hum_res/employment_opps.asp";
	          break;
	       case "subsection_erecreation" : 
	          top.location.href="http://www.ci.ventura.ca.us/erecreation/Start/Start.asp";
	          break;
	       case "subsection_public_meetings" : 
	          top.location.href="http://www.cityofventura.net/PublicMeetings/index.asp";
	          break;	      
	       case "subsection_press_room" : 
	          top.location.href="http://www.cityofventura.net/mportal/";
	          break;	     
			case "subsection_departments" : 
	          top.location.href="http://www.cityofventura.net/depts.asp";
	          break;
			case "subsection_maps" : 
	          top.location.href="http://www.cityofventura.net/maps.asp";
	          break;	   
	      
	   default : 
	   	  document.write("nothing "+selected);
	}
}



//-->
