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 Women...</option>' );
document.writeln( '<option value="www.shareasale.com/r.cfm?B=102955&U=1497&M=7847">Ovulation Predictors</option>' );
document.writeln( '<option value="www.shareasale.com/r.cfm?B=102957&U=1497&M=7847">Pregnancy Tests</option>' );
document.writeln( '<option value="www.shareasale.com/r.cfm?b=136249&u=1497&m=7847&urllink=&afftrack=">Feminine Super Store</option>' );
document.writeln( '<option value="www.provestra.com/clicks/clickthrough.html?a=just4you">Provestra</option>' );
document.writeln( '<option value="www.shareasale.com/r.cfm?B=102927&U=1497&M=7847">Female Condoms</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );


