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://' ;
  selecteditem = menuform.url.selectedIndex ;
  newurl = menuform.url.options[ selecteditem ].value ;
  if (newurl.length != 0) {
    location.href = baseurl + newurl ;
  }
}
document.writeln( '<form action="men" method="get">' );
document.writeln( '<select name="url" onchange="menu_goto(this.form)">' );
document.writeln( '<option value="#">For Men...</option>' );
document.writeln( '<option value="www.fitnessandfreebies.com/health/sexual/index.html">Sexual Health</option>' );
document.writeln( '<option value="track.moreniche.com/hit.php?w=128221&s=5">Penis Health</option>' );
document.writeln( '<option value="www.vitabase.com/r-just4you/supplements/mens-health-prostate/activemen.aspx">For the Active Man</option>' );
document.writeln( '<option value="www.vigrxplus.com/clicks/clickthrough.html?a=just4you">VigRX PLUS</option>' );
document.writeln( '<option value="/www.proextender.com/clicks/clickthrough.html?a=just4you">Pro Extender</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );