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.mcstylin.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="">Choose Section</option>' );
document.writeln( '<option value="contact_tables/femcelebs1.html">Female Celebs</option>' );
document.writeln( '<option value="contact_tables/musicstars1.html">Music Stars</option>' );
document.writeln( '<option value="contact_tables/bspears1.html">Britney Spears</option>' );
document.writeln( '<option value="contact_tables/horror1.html">Horror Movies</option>' );
document.writeln( '<option value="contact_tables/cartoons1.html">TV Cartoons</option>' );
document.writeln( '<option value="contact_tables/nba1.html">NBA Page 1</option>' );
document.writeln( '<option value="contact_tables/wwe1.html">WWE Page 1</option>' );
document.writeln( '<option value="contact_tables/wwe2.html">WWE Page 2</option>' );
document.writeln( '<option value="contact_tables/wwe3.html">WWE Page 3</option>' );
document.writeln( '<option value="contact_tables/wwe4.html">WWE Page 4</option>' );
document.writeln( '<option value="contact_tables/various1.html">Various</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );


