function writeNav(){
	var i = "<div id='resortNav'>";
		i += "<a href='default.php'>Home</a>";
		i += "<a href='wisp_trail_map.htm?TB_iframe=true&amp;height=525&amp;width=800' rel='sexylightbox'>Trail Map</a>";
		i += "<a href='wisp_maps_and_directions.htm?TB_iframe=true&amp;height=525&amp;width=800' rel='sexylightbox'>Directions</a>";
		i += "<a href='deep_creek_snow_tubing.php'>Tubing</a>";
		i += "<a href='wisp_resort_videos.php'>Videos</a>";
		i += "<a href='../photo_list.php?table=photo&mode=search&archived=false&type=skise&subtype=Wisp Resort'>Photos</a>";
		i += "<a href='http://www.highcountrywebcams.com/webcameras_Wisp.htm' target='_blank'>Webcam</a>";
		i += "<a rel='add' href='#'>Resort Info</a>";
		i += "<a target='_blank' href='http://www.wispresort.com/'>Website</a>";
	i += "</div>";
													
	i += "<div id='add' class='dropmenudiv2 wisp'>";
		i += "<a href='wisp_snow_school_and_learning_center.php'>Snow School &amp; Learning Center</a>";
		i += "<a href='wisp_resort_cross_country_skiing_trails.php'>Cross Country Skiing Trails</a>";
		i += "<a href='adventure_sports_center_international.php'>Adventure Sports Center</a>";
		i += "<a href='deep_creek_lake_real_estate.php'>Deep Creek Real Estate</a>";
		i += "<a href='deep-creek-lake-groups-and-conferences.php'>Groups and Conferences</a>";
		i += "<a href='deep-creek-lake-resort-health-and-fitness.php'>Health and Fitness</a>";
		i += "<a href='wisp-md-lodging.php'>Wisp MD Lodging</a>";
		i += "<a href='wisp-md-ski-rentals-and-wisp-md-ski-shops.php'>Wisp MD Ski Rentals &amp; Ski Shops</a>";
		i += "<a href='wisp-md-vacation-home-rentals.php'>Wisp MD Vacation Home Rentals</a>";
		i += "<a href='wisp-resort-md-activities.php'>Wisp Resort MD Activities</a>";
		i += "<a href='wisp-ski-lodging.php'>Wisp Ski Lodging</a>";
		i += "<a href='wisp-ski-school-wisp-resort-lessons.php'>Wisp Resort Ski School/Lessons</a>";
		i += "<a href='wisp-snowmobile-tours-and-snowshoeing.php'>Snowmobile Tours/Snowshoeing</a>";
	i += "</div>";
	
	i += "<script type='text/javascript'>";
		i += "cssdropdown.startchrome('resortNav')";
	i += "</script>";
	
	document.write(i);
}

writeNav();
