function menu_goto( menuform )
{
  // Generated by thesitewizard Navigation Menu Wizard 2.2
  // Visit http://www.thesitewizard.com/ to get your own
  // customized navigation menu FREE!
  var baseurl = 'http://www.aenys.com/' ;
  selecteditem = menuform.url.selectedIndex ;
  newurl = menuform.url.options[ selecteditem ].value ;
  if (newurl.length != 0) {
    location.href = baseurl + newurl ;
  }
}
document.writeln( '<form action="chgoto2" method="get">' );
document.writeln( '<select name="url" onchange="menu_goto(this.form)">' );
document.writeln( '<option value="">Mens Services (Click Any Selection Below)</option>' );
document.writeln( '<option value="men-new.htm">Non-Surgical Hair Replacement</option>' );
document.writeln( '<option value="hairlaser.htm">Laser Hair Restoration Therapy</option>' );
document.writeln( '<option value="Gallery_.htm">Mens Photo Gallery</option>' );
document.writeln( '<option value="skin-new.htm">Facial and Skin Rejuvination</option>' );
document.writeln( '<option value="microlaserpeel.htm">MicroLaserPeel</option>' );
document.writeln( '<option value="profractional.htm">ProFractional Skin Treatments</option>' );
document.writeln( '<option value="aaa-laserhair-men-new_.htm">Laser Hair Removal</option>' );
document.writeln( '<option value="laservein-new.htm">Laser Vein Removal</option>' );
document.writeln( '<option value="cellulite.htm">Cellulite Reduction</option>' );
document.writeln( '<option value="skin_tight.htm">Skin Tightening</option>' );
document.writeln( '<option value="body_reshaping.htm">Body Reshaping</option>' );
document.writeln( '<option value="laseracne.htm">Laser Acne Treatment</option>' );
document.writeln( '<option value="lasertattoo_.htm">Laser Tattoo Removal</option>' );
document.writeln( '<option value="aboutus.htm">About Us</option>' );
document.writeln( '<option value="ask.htm">Ask The Expert</option>' );
document.writeln( '<option value="ourloc_.htm">Our Location - Contact Us</option>' );
document.writeln( '<option value="freebrochures.htm">Free Brochures</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );

