function nav(){
	var i = "<div id='resortNav'>";
		i += "<a href='default.php'>Home</a>";
		i += "<a href='bryce_resort_trail_map.htm?TB_iframe=true&amp;height=525&amp;width=800' rel='sexylightbox'>Trail Map</a>";
		i += "<a href='bryce_resort_maps_and_directions.htm?TB_iframe=true&amp;height=525&amp;width=800' rel='sexylightbox'>Directions</a>";
		i += "<a href='bryce_resort_snow_tubing.php'>Tubing</a>";
		i += "<a href='bryce_resort_videos.php'>Videos</a>";
		i += "<a href='../photo_list.php?table=photo&mode=search&archived=false&type=skise&subtype=Bryce Resort'>Photos</a>";
		i += "<a target='_blank' href='http://www.highcountrywebcams.com/webcameras_BryceResort.htm'>Webcam</a>";
		i += "<a rel='add' href='#'>Resort Info</a>";
		i += "<a target='_blank' href='http://www.bryceresort.com/'>Website</a>";
	i += "</div>";
													
	i += "<div id='add' class='dropmenudiv2 wisp'>";
		i += "<a href='bryce-events.php'>Bryce Events</a>";
		i += "<a href='bryce-va-rentals.php'>Bryce Rentals</a>";
		i += "<a href='competitions-at-bryce.php'>Competitions at Bryce</a>";
		i += "<a href='groups-at-bryce.php'>Groups at Bryce</a>";
		i += "<a href='kids-at-bryce.php'>Kids at Bryce</a>";
		i += "<a href='basye-va-resort-lessons.php'>Resort Lessons</a>";
		i += "<a href='bryce-resort-va-facilities.php'>Resort Facilities</a>";
		i += "<a href='special-discounts-at-bryce.php'>Special Discounts</a>";
	i += "</div>";

	i += "<script type='text/javascript'>";
		i += "cssdropdown.startchrome('resortNav')";
	i += "</script>";
	
	document.write(i);
}

nav();
