function menu_goto( menuform )
{
  // Generated by thesitewizard Navigation Menu Wizard 2.1
  // Visit http://www.thesitewizard.com/ to get your own
  // customized navigation menu FREE!
  var baseurl = '' ;
  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="index.html">Select E-mail Psychic Reading</option>' );
document.writeln( '<option value="PSY_001_1q.html">1 Question</option>' );
document.writeln( '<option value="PSY_002_3q.html">3 Question</option>' );
document.writeln( '<option value="PSY_003_5q.html">5 Question</option>' );
document.writeln( '<option value="PSY_032_10q.html">10 Question</option>' );
document.writeln( '<option value="PSY_019_nql.html">No Question Limit</option>' );
document.writeln( '<option value="PSY_017_general.html">General</option>' );
document.writeln( '<option value="PSY_112_next_6_months.html">The Next 6 Months</option>' );
document.writeln( '<option value="PSY_113_next_12_months.html">The Next 12 Months</option>' );
document.writeln( '<option value="PSY_115_is_he_she_the_one.html">Is He/She The One?</option>' );
document.writeln( '<option value="PSY_114_will_i_find_true_love.html">Will I Find True Love?</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );
