function write_menu() {
var $html = "";
$html = '<table align="center" border="3" cellpadding="3" cellspacing="0">';
$html += '<tr>';
$html += '<td>';
$html += '<ul id="menu1" class="MM">';
$html += '<li><a href="http://horseshoetrailscamping.com/">Home</a></li>'; 
$html += '<li><a href="">Facilities</a>';
$html += '<ul>';
$html += '<li><a href="#" onclick="sitewin=dhtmlmodal.open(' + "'office', 'iframe', 'office.htm', 'Campground Office', 'width=510px, height=460px,resize=0,scrolling=0,center=1','recal')" + '; return false">Campground Office</a></li>';
$html += '<li><a href="#" onclick="sitewin=dhtmlmodal.open(' + "'site47', 'iframe', 'site47.htm', 'Campground Site', 'width=510px,height=460px,resize=0,scrolling=0,center=1','recal')" + '; return false">RV Sites</a></li>';
$html += '<li><a href="#" onclick="sitewin=dhtmlmodal.open(' + "'tent_sites','iframe', 'tent_sites.htm', 'Tent Sites', 'width=510px,height=460px,resize=0,scrolling=0,center=1', 'recal')" + '; return false">Tent Sites</a></li>';
$html += '<li><a href="#" onclick="sitewin=dhtmlmodal.open(' + "'site176', 'iframe', 'site176.htm', 'Small Cabin Rental', 'width=510px,height=460px,resize=0,scrolling=0,center=1','recal')" + '; return false">Small Cabin Rentals</a></li>';
$html += '<li><a href="#" onclick="sitewin=dhtmlmodal.open(' + "'site175', 'iframe', 'site175.htm', 'RV Rental', 'width=510px,height=460px,resize=0,scrolling=0,center=1','recal')" + '; return false">RV Rentals</a></li>';
$html += '<li><a href="#" onclick="sitewin=dhtmlmodal.open(' + "'site48', 'iframe', 'site48.htm', 'Large Cabin Rental', 'width=510px,height=460px,resize=0,scrolling=0,center=1', 'recal')" + '; return false">Large Cabin Rentals</a></li>';
$html += '<li><a href="#" onclick="sitewin=dhtmlmodal.open(' + "'bathhouse', 'iframe', 'bathhouse.htm', 'Bathhouse', 'width=510px,height=460px,resize=0,scrolling=0,center=1', 'recal')" + '; return false">Bathhouse</a></li>';
$html += '<li><a href="#" onclick="sitewin=dhtmlmodal.open(' + "'amenities', 'iframe', 'AmenitiesSlideShow.htm', 'Amenities', 'width=510px,height=460px,resize=0,scrolling=0,center=1', 'recal')" + '; return false">Available Amenities</a></li>';
$html += '<li><a href="#" onclick="sitewin=dhtmlmodal.open(' + "'SiteMap', 'iframe', 'sitemap2.htm', 'Site Map', 'width=1024px,height=510px,resize=1,scrolling=1,center=1', 'recal')" + '; return false">Campground Site Map</a></li>';	
$html += '<li><a href="#" onclick="sitewin=dhtmlmodal.open(' + "'directions', 'iframe', 'directions.htm', 'Directions to Horseshoe Trails', 'width=800px,height=500px,resize=0,scrolling=1,center=1', 'recal')" + '; return false">Directions</a></li>';
$html += '</ul>';
$html += '</li>';
$html += '<li><a href="">Photo Gallery</a>';
$html += '<ul>';
$html += '<li><a href="#" onclick="sitewin=dhtmlmodal.open(' + "'areas', 'iframe', 'AreaSlideShow.htm', 'Surrounding Areas', 'width=640px,height=580px,resize=1,scrolling=1,center=1','recal')" + '; return false">Surrounding Areas</a></li>';
$html += '<li><a href="#" onclick="sitewin=dhtmlmodal.open(' + "'campground', 'iframe', 'CampgroundSlideShow.htm','Campground Scenes', 'width=640px,height=580px,resize=1,scrolling=1,center=1','recal')" + '; return false">Campground Scenes</a></li>';
$html += '</ul>';
$html += '</li>';
$html += '<li><a href="#" onclick="sitewin=dhtmlmodal.open(' + "'activities', 'iframe', 'activities.htm', 'Mountain Lakes Resort Activities (Tip: Resize as needed-Bottom Right Corner)', 'width=600px,height=350px,resize=1,scrolling=1,center=1', 'recal')" + '; return false">Calendar</a></li>';
$html += '<li><a href="http://www.horseshoetrailscamping.com/hst_includes/newsletter.pdf" target="_blank">Newsletter(pdf)</a></li>';
$html += '<li><a href="http://www.horseshoetrailscamping.com/ownership.shtml">Ownership</a></li>';
$html += '<li><a href="">About Us</a>';
$html += '<ul>';
$html += '<li><a href="http://www.horseshoetrailscamping.com/management_team.shtml">Management Team</a></li>';
$html += '<li><a href="http://horseshoetrailscamping.com/board_new.shtml">Board Members</a>';
$html += '</ul>';
$html += '</li>';
$html += '<li><a href="">Workamping</a>';
$html += '<ul>';
$html += '<li><a href="http://horseshoetrailscamping.com/what_is_workamping.shtml">What is Workamping?</a></li>';
$html += '<li><a href="http://horseshoetrailscamping.com/workamper benefits.shtml">Workamper Benefits</a></li>';
$html += '<li><a href="http://horseshoetrailscamping.com/workamper.shtml">Workamper Application</a></li>';
$html += '</ul>';
$html += '</li>';
$html += '</ul>';
$html += '\n';
$html += '\n';
$html += '</td>';
$html += '</tr>';
$html += '</table>';
$html += '<!-- Please leave at least one new line or white space symbol after the closing </ul>';
$html += 'tag of the root ul element of the menu tree. This will allow the browsers to init';
$html += 'the menu tree as soon as it is loaded and not wait for the page load event. -->';
$html += '\n';
$html += '\n';
$html += '\n';     
$html += '<!-- =============================================================================== -->';
$html += '<!-- ================= YOU DO NOT NEED ANYTHING BELOW THIS COMMENT ================= -->';
$html += '<!-- =============================================================================== -->';
$("#dynamic").html($html);
}

