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 Specialty Reading</option>' );
document.writeln( '<option value="PSY_016_crystal_oracle.html">Crystal Oracle</option>' );
document.writeln( '<option value="PSY_018_egyptian_oracle.html">Egyptian Oracle</option>' );
document.writeln( '<option value="PSY_025_futhark_runes.html">Futhark Runes</option>' );
document.writeln( '<option value="PSY_029_gypsy_mystic.html">Gypsy Mystic</option>' );
document.writeln( '<option value="PSY_020_spiritual_balance.html">Spiritual Balance</option>' );
document.writeln( '<option value="PSY_021_spiritual_rebirth.html">Spiritual Rebirth</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );
