function menu_goto( menuform )
{
  // Generated by thesitewizard Navigation Menu Wizard 2.0
  // Visit http://www.thesitewizard.com/ to get your own
  // customized navigation menu FREE!
  var baseurl = 'http://www.saveinhere.com/' ;
  selecteditem = menuform.url.selectedIndex ;
  newurl = menuform.url.options[ selecteditem ].value ;
  if (newurl.length != 0) {
    location.href = baseurl + newurl ;
  }
}
document.writeln( '<form action="chgoto" method="get">' );
document.writeln( '<select name="url" onchange="menu_goto(this.form)">' );
document.writeln( '<option value="http://www.saveinhere.com/site_map.html">Site Map</option>' );
document.writeln( '<option value="http://www.saveinhere.com/top_opps.html">Top Opps</option>' );
document.writeln( '<option value="http://www.saveinhere.com/mall.html">B2B SuperMall</option>' );
document.writeln( '<option value="http://www.saveinhere.com/opportunityfarm.html">Opportunity Farm</option>' );
document.writeln( '<option value="http://www.saveinhere.com/faqs.html">FAQ's</option>' );
document.writeln( '<option value="http://www.saveinhere.com/contact.html">Contact Us</option>' );
document.writeln( '<option value="http://www.saveinhere.com/guest_roster.html">Guest Roster</option>' );
document.writeln( '<option value="http://www.saveinhere.com/order.html">Order MONEY</option>' );
document.writeln( '<option value="http://www.saveinhere.com/free_consult.html">Free Consultation</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );

