// Main Menu layout
// Last updated 12 April 2005
// Author: Richard Price

inc_menu_js =
' <SPAN class=nav> <A class=nav2 href="competitors.htm">COMPETITORS</A> \n'
+ ' <br><A class=nav2 href="whyattend.htm">WHY ATTEND</A> \n'
+ ' <br><A class=nav2 href="socialresponsability.htm">SOCIAL RESPONSABILITY</A> \n'
+ ' <br><A class=nav2 href="community.htm">COMMUNITY</A> \n'
+ ' <br><A class=nav2 href="about.htm">ABOUT</A> \n'
+ ' <br><A class=nav2 href="contact.htm">CONTACT</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);
