function writeNav(){
	var i ="<div id='resortNav'>";
		i += "<a href='default.php'>Home</a>";
		i += "<a href='wintergreen_resort_trail_map.htm?TB_iframe=true&amp;height=525&amp;width=800' rel='sexylightbox'>Trail Map</a>";
		i += "<a href='wintergreen_resort_maps_and_directions.htm?TB_iframe=true&amp;height=525&amp;width=800' rel='sexylightbox'>Directions</a>";
		i += "<a href='wintergreen_snow_tubing.php'>Tubing</a>";
		i += "<a href='wintergreen_snowboarding.php'>Snowboarding</a>";
		i += "<a href='wintergreen_videos.php'>Videos</a>";
		i += "<a href='../photo_list.php?table=photo&mode=search&archived=false&type=skise&subtype=Wintergreen Resort'>Photos</a>";
		i += "<a rel='add' href='#'>Resort Info</a>";
		i += "<a target='_blank' href='http://www.wintergreenresort.com/'>Site</a>";
	i += "</div>";

	i += "<div id='add' class='dropmenudiv2 wisp'>";
		i += "<a href='wintergreen-va-childrens-lessons.php'>Childrens Lessons</a>";
		i += "<a href='groups-at-wintergreen-resort.php'>Groups at Wintergreen</a>";
		i += "<a href='health-and-fitness-at-wintergreen-resort-virginia.php'>Health and Fitness</a>";
		i += "<a href='kids-activities-at-wintergreen-resort-virginia.php'>Kids Activities</a>";
		i += "<a href='lodging-at-wintergreen-resort.php'>Lodging at Wintergreen</a>";
		i += "<a href='wintergreen-resort-real-estate.php'>Real Estate</a>";
		i += "<a href='summer-activities-wintergreen-va.php'>Summer Activities</a>";
		i += "<a href='virginia-ski-and-snowboard-team-at-wintergreen-resort-virginia.php'>Virginia Ski &amp; Snowboard Team</a>";
		i += "<a href='weddings-at-wintergreen.php'>Weddings at Wintergreen</a>";
		i += "<a href='year-round-activities-at-wintergreen-resort-virginia.php'>Year-Round Activities</a>";
	i += "</div>";

	i += "<script type='text/javascript'>";
		i += "cssdropdown.startchrome('resortNav')";
	i += "</script>";

	document.write(i);
}

writeNav();