// Main Menu layout
// Last updated 12 April 2005
// Author: Richard Price

inc_menu_js =
' <SPAN class=nav> <A class=nav href="index.htm">HOME</A> \n'
+ '| <A href="agenda.htm">AGENDA</A> \n'
+ '| <A href="speakers.htm">SPEAKERS</A> \n'
+ '| <A href="partners.htm">PARTNERS</A> \n'
+ '| <A href="destination.htm">DESTINATION</A> \n'
//+ '| <A href="http://www.ambitionstore.com/store/corporate-challenge-c-53.html" target="_blank">REGISTER NOW</A> \n'
//+ '| <A href="results.htm">ENTER NOW</A> \n'
//+ '| <A href="calendar.htm">Calendar</A> \n'
//+ '| <A href="contact_details.htm">Contact Details</A> \n'
//+ '| <A href="http://www.ambitionlife.com/" target="_blank" >Forum</A> \n'
//+ '| <A href="travel.htm">travel</A> \n'
//+ '| <A href="equipment.htm">equipment</A><br> \n'
//+ '| <A href="results.htm">results/photos</A> \n'
//+ '| <A href="application.htm">application</A> \n'
//+ '| <A href="http://www.ambitionevents.com/eventcrew/">event crew</A> \n'
//+ '|</SPAN>';

// end_var_declaration
document.write(inc_menu_js);
