function nav(){
	var i = "<div id='resortNav'>";
		i += "<a href='default.php'>Home</a>";
		i += "<a href='cataloochee_ski_area_trail_map.htm?TB_iframe=true&amp;height=525&amp;width=800' rel='sexylightbox'>Trail Map</a>";
		i += "<a href='cataloochee_ski_area_directions.htm?TB_iframe=true&amp;height=525&amp;width=800' rel='sexylightbox'>Directions</a>";
		i += "<a href='maggie-valley_snow_tubing.php'>Tubing</a>";
		i += "<a href='cataloochee_ski_area_videos.php'>Videos</a>";
		i += "<a href='../photo_list.php?table=photo&mode=search&archived=false&type=all&subtype=Cataloochee Ski Resort'>Photos</a>";
		i += "<a href='http://www.highcountrywebcams.com/webcameras_cataloochee.htm' target='_blank'>Webcam</a>";
		i += "<a rel='add' href='#'>Resort Info</a>";
		i += "<a target='_blank' href='http://www.cataloochee.com/'>Website</a>";
	i += "</div>";
													
	i += "<div id='add' class='dropmenudiv2 wisp'>";
		i += "<a href='cataloochee-lessons.php'>Cataloochee Lessons</a>";
		i += "<a href='cataloochee-lodging.php'>Cataloochee Lodging</a>";
		i += "<a href='cataloochee-ski-mountain-real-estate.php'>Cataloochee Real Estate</a>";
		i += "<a href='kids-at-cataloochee.php'>Kids at Cataloochee</a>";
	i += "</div>";
	
	i += "<script type='text/javascript'>";
		i += "cssdropdown.startchrome('resortNav')";
	i += "</script>";
	
	document.write(i);
}

nav();
