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 Online Psychic Reading</option>' );
document.writeln( '<option value="PSY_009_online_15.html">15 Minute</option>' );
document.writeln( '<option value="PSY_010_online_30.html">30 Minute</option>' );
document.writeln( '<option value="PSY_011_online_60.html">60 Minute</option>' );
document.writeln( '<option value="PSY_031_online_120.html">120 Minute</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );
