function writeNav() {
	var i = "<div id='resortNav'>";
		i += "<a href='default.php'>Home</a>";
		i += "<a href='canaan_valley_trail_map.htm?TB_iframe=true&amp;height=525&amp;width=800' rel='sexylightbox'>Trail Map</a>";
		i += "<a href='canaan_valley_maps_and_directions.htm?TB_iframe=true&amp;height=525&amp;width=800' rel='sexylightbox'>Directions</a>";
		i += "<a href='canaan_valley_snow_tubing.php'>Tubing</a>";
		i += "<a href='canaan_valley_videos.php'>Videos</a>";
		i += "<a href='../photo_list.php?table=photo&mode=search&archived=false&type=skise&subtype=Canaan Valley'>Photos</a>";
		i += "<a target='_blank' href='http://www.highcountrywebcams.com/webcameras_canaan_valley_resort.htm'>Webcam</a>";
		i += "<a rel='add' href='#'>Resort Info</a>";
		i += "<a target='_blank' href='http://www.canaanresort.com/'>Website</a>";
	i += "</div>";
												
	i += "<div id='add' class='dropmenudiv2 wisp'>";
		i += "<a href='canaan-valley-lodging.php'>Canaan Valley Lodging</a>";
		i += "<a href='canaan-valley-ski-resort-groups.php'>Ski Resort Groups</a>";
		i += "<a href='groups-at-canaan-valley-west-virginia-ski-resort.php'>Groups at Canaan Valley</a>";
		i += "<a href='things-to-do-in-west-virginia-at-canaan-valley-resort.php'>Things to Do in WV</a>";
	i += "</div>";
	
	i += "<script type='text/javascript'>";
		i += "cssdropdown.startchrome('resortNav')";
	i += "</script>";
	
	document.write(i);
}

writeNav();

