function writeSideMenu() {
document.write("<DIV CLASS=gray-12><B>Define Your Adventure</B></DIV>");
document.write(" &nbsp; &nbsp; <a href='destinations.php' CLASS=sm>Destinations</a><BR>");
document.write(" &nbsp; &nbsp; <a href='destinations.php#itinerary' CLASS=sm>Sample Itineraries</a><BR>");
document.write(" &nbsp; &nbsp; <a href='planner_form.php' CLASS=sm>Safari Planner Form</a><BR><BR>");

document.write("<DIV CLASS=gray-12><B>Help & Advice</B></DIV>");
document.write(" &nbsp; &nbsp; <a href='trips.php' CLASS=sm>First-time Traveler</a><BR>");
document.write(" &nbsp; &nbsp; <a href='trips.php#airport' CLASS=sm>Getting There</a><BR>");
document.write(" &nbsp; &nbsp; <a href='accommodations.htm' CLASS=sm>Accommodations</a><BR>");
document.write(" &nbsp; &nbsp; <a href='faq.php' CLASS=sm>FAQ</a><BR><BR>");

document.write("<DIV CLASS=gray-12><B>Before You Travel</B></DIV>");
document.write(" &nbsp; &nbsp; <a href='trips.php#details' CLASS=sm>Travel Insurance</a><BR>");
document.write(" &nbsp; &nbsp; <a href='faq.php#health' CLASS=sm>Health Issues</a><BR><BR>");

document.write("<DIV CLASS=gray-12><B>News & Info</B></DIV>");
document.write(" &nbsp; &nbsp; <a href='news.php' CLASS=sm>News</a><BR>");
document.write(" &nbsp; &nbsp; <a href='about.htm' CLASS=sm>About Us</a><BR>");
document.write(" &nbsp; &nbsp; <a href='responsible.php' CLASS=sm>Responsible Travel</a><BR>");


document.write("<BR><BR><BR><BR><BR><BR><BR><SPAN CLASS=drk-sm>All photos (c) Helen Thayer <BR>unless noted otherwise</SPAN>");
}


