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 Tarot Reading</option>' );
document.writeln( '<option value="PSY_007_12_months.html">12 Months Ahead</option>' );
document.writeln( '<option value="PSY_008_6_months.html">6 Months Ahead</option>' );
document.writeln( '<option value="PSY_033_annikin_career.html">Annikin Career</option>' );
document.writeln( '<option value="PSY_034_annikin_finance.html">Annikin Finance</option>' );
document.writeln( '<option value="PSY_035_annikin_work.html">Annikin Work</option>' );
document.writeln( '<option value="PSY_037_celtic_cross.html">Celtic Cross</option>' );
document.writeln( '<option value="PSY_038_chakra.html">Chakra</option>' );
document.writeln( '<option value="PSY_039_chakra_balance.html">Chakra Balance</option>' );
document.writeln( '<option value="PSY_040_challenging_children.html">Challenging Children</option>' );
document.writeln( '<option value="PSY_041_checking_the_direction.html">Checking The Direction</option>' );
document.writeln( '<option value="PSY_042_child.html">Child</option>' );
document.writeln( '<option value="PSY_043_childhood_problems.html">Childhood Problems</option>' );
document.writeln( '<option value="PSY_044_expanding_your_business.html">Expanding Your Business</option>' );
document.writeln( '<option value="PSY_045_heartache.html">Heartache</option>' );
document.writeln( '<option value="PSY_005_is_he_she_the_one.html">Is He/She The One?</option>' );
document.writeln( '<option value="PSY_082_is_he_she_my_soulmate.html">Is He/She My Soulmate?</option>' );
document.writeln( '<option value="PSY_026_its_never_too_late.html">It&#146s Never Too Late</option>' );
document.writeln( '<option value="PSY_047_letting_go.html">Letting Go</option>' );
document.writeln( '<option value="PSY_048_magical_love.html">Magical Love</option>' );
document.writeln( '<option value="PSY_049_mirror_mirror.html">Mirror Mirror</option>' );
document.writeln( '<option value="PSY_050_missing_pet_1.html">Missing Pet #1</option>' );
document.writeln( '<option value="PSY_051_missing_pet_2.html">Missing Pet #2</option>' );
document.writeln( '<option value="PSY_052_money.html">Money</option>' );
document.writeln( '<option value="PSY_053_money_problems.html">Money Problems</option>' );
document.writeln( '<option value="PSY_054_moving_house.html">Moving House</option>' );
document.writeln( '<option value="PSY_055_new_relationship.html">New Relationship</option>' );
document.writeln( '<option value="PSY_056_ongoing_relationship.html">Ongoing Relationship</option>' );
document.writeln( '<option value="PSY_057_opportunities_obstacles.html">Opportunities & Obstacles</option>' );
document.writeln( '<option value="PSY_058_partnership_as_mirror.html">Partnership As Mirror</option>' );
document.writeln( '<option value="PSY_059_past_life.html">Past-Life</option>' );
document.writeln( '<option value="PSY_060_pet.html">Pet</option>' );
document.writeln( '<option value="PSY_061_relationship_cross.html">Relationship Cross</option>' );
document.writeln( '<option value="PSY_006_relationship_problems.html">Relationship Problems</option>' );
document.writeln( '<option value="PSY_062_right_path.html">Right Path</option>' );
document.writeln( '<option value="PSY_063_seven_card_horseshoe.html">Seven Card Horseshoe</option>' );
document.writeln( '<option value="PSY_064_she_he_it.html">She, He, It</option>' );
document.writeln( '<option value="PSY_065_should_i_stay.html">Should I Stay?</option>' );
document.writeln( '<option value="PSY_066_should_you_shouldnt_you.html">Should You/Shouldn&#146t You?</option>' );
document.writeln( '<option value="PSY_067_sibling_rivalry_1.html">Sibling Rivalry #1</option>' );
document.writeln( '<option value="PSY_068_sibling_rivalry_2.html">Sibling Rivalry #2</option>' );
document.writeln( '<option value="PSY_069_simple_three_card.html">Simple</option>' );
document.writeln( '<option value="PSY_036_single_card.html">Single Card</option>' );
document.writeln( '<option value="PSY_070_spiritual_progress.html">Spiritual Progress</option>' );
document.writeln( '<option value="PSY_071_starting_up.html">Starting Up</option>' );
document.writeln( '<option value="PSY_083_stuck.html">Stuck</option>' );
document.writeln( '<option value="PSY_072_this_month.html">This Month</option>' );
document.writeln( '<option value="PSY_073_this_week.html">This Week</option>' );
document.writeln( '<option value="PSY_074_tree_of_life.html">Tree Of Life</option>' );
document.writeln( '<option value="PSY_075_true_friends.html">True Friends</option>' );
document.writeln( '<option value="PSY_076_which_job.html">Which Job?</option>' );
document.writeln( '<option value="PSY_077_which_love.html">Which Love?</option>' );
document.writeln( '<option value="PSY_004_will_i_find_true_love.html">Will I Find True Love?</option>' );
document.writeln( '<option value="PSY_079_x_lover.html">X-Lover</option>' );
document.writeln( '<option value="PSY_080_young_love.html">Young Love</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );
