function menu_goto( menuform )
{
  // Generated by thesitewizard Navigation Menu Wizard 2.3.2
  // Visit http://www.thesitewizard.com/ to get your own
  // customized navigation menu FREE!
  var baseurl = 'http://www.ramsglenrock.org/' ;
  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="Business.htm">Find A Business </option>' );
document.writeln( '<option value="Account.htm">Accountants</option>' );
document.writeln( '<option value="ATV.htm">ATV/Motorcycles/Repairs</option>' );
document.writeln( '<option value="Auto.htm">Auto Parts/Repairs/Tires</option>' );
document.writeln( '<option value="Bank.htm">Banks/Credit Unions</option>' );
document.writeln( '<option value="Beauty.htm">Beauty Salons/Barbers</option>' );
document.writeln( '<option value="Cemeteries.htm">Cemeteries </option>' );
document.writeln( '<option value="Communications.htm">Communications </option>' );
document.writeln( '<option value="Homes.htm">Homes/Real Estate</option>' );
document.writeln( '<option value="Food.htm">Food </option>' );
document.writeln( '<option value="Entertainment.htm">Entertainment </option>' );
document.writeln( '<option value="Hunting.htm">Hunting/Processing</option>' );
document.writeln( '<option value="Horse.htm">Horse Boarding</option>' );
document.writeln( '<option value="Insurance.htm">Insurance/Law/Financial</option>' );
document.writeln( '<option value="Internet.htm">Internet/Satellite</option>' );
document.writeln( '<option value="Livestock.htm">Livestock</option>' );
document.writeln( '<option value="Lodging.htm">Lodging/Campgrounds  </option>' );
document.writeln( '<option value="Media.htm">Media/Newspaper</option>' );
document.writeln( '<option value="Nonprofit.htm">Non-Profits/Churches</option>' );
document.writeln( '<option value="Pharmacies.htm">Pharmacies/Medical/Dental</option>' );
document.writeln( '<option value="Retail.htm">Retail</option>' );
document.writeln( '<option value="Services.htm">Services</option>' );
document.writeln( '<option value="Restaurants.htm">Restaurants/Bars</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );

