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="tarot_spreads.html">Select A Tarot Spread</option>' );
document.writeln( '<option value="annikin_career.html">Annikin Career</option>' );
document.writeln( '<option value="annikin_finance.html">Annikin Finance</option>' );
document.writeln( '<option value="annikin_work.html">Annikin Work</option>' );
document.writeln( '<option value="annual.html">Annual</option>' );
document.writeln( '<option value="celtic_cross.html">Celtic Cross</option>' );
document.writeln( '<option value="chakra.html">Chakra</option>' );
document.writeln( '<option value="chakra_balance.html">Chakra Balance</option>' );
document.writeln( '<option value="challenging_children.html">Challenging Children</option>' );
document.writeln( '<option value="checking_the_direction.html">Checking The Direction</option>' );
document.writeln( '<option value="child.html">Child</option>' );
document.writeln( '<option value="childhood_problems.html">Childhood Problems</option>' );
document.writeln( '<option value="expanding_your_business.html">Expanding Your Business</option>' );
document.writeln( '<option value="heartache.html">Heartache</option>' );
document.writeln( '<option value="is_he_she_the_one.html">Is He/She The One?</option>' );
document.writeln( '<option value="is_he_she_my_soulmate.html">Is He/She My Soulmate?</option>' );
document.writeln( '<option value="its_never_too_late.html">It&#146s Never Too Late</option>' );
document.writeln( '<option value="letting_go.html">Letting Go</option>' );
document.writeln( '<option value="magical_love.html">Magical Love</option>' );
document.writeln( '<option value="mirror_mirror.html">Mirror Mirror</option>' );
document.writeln( '<option value="missing_pet_1.html">Missing Pet #1</option>' );
document.writeln( '<option value="missing_pet_2.html">Missing Pet #2</option>' );
document.writeln( '<option value="money.html">Money</option>' );
document.writeln( '<option value="money_problems.html">Money Problems</option>' );
document.writeln( '<option value="moving_house.html">Moving House</option>' );
document.writeln( '<option value="new_relationship.html">New Relationship</option>' );
document.writeln( '<option value="ongoing_relationship.html">Ongoing Relationship</option>' );
document.writeln( '<option value="opportunities_and_obstacles.html">Opportunities & Obstacles</option>' );
document.writeln( '<option value="partnership_as_mirror.html">Partnership As Mirror</option>' );
document.writeln( '<option value="past_life.html">Past-Life</option>' );
document.writeln( '<option value="pet.html">Pet</option>' );
document.writeln( '<option value="relationship_cross.html">Relationship Cross</option>' );
document.writeln( '<option value="relationship_problems.html">Relationship Problems</option>' );
document.writeln( '<option value="right_path.html">Right Path</option>' );
document.writeln( '<option value="seven_card_horseshoe.html">Seven Card Horseshoe</option>' );
document.writeln( '<option value="she_he_it.html">She, He, It</option>' );
document.writeln( '<option value="should_i_stay.html">Should I Stay?</option>' );
document.writeln( '<option value="should_you_shouldnt_you.html">Should You/Shouldn&#146t You?</option>' );
document.writeln( '<option value="sibling_rivalry_1.html">Sibling Rivalry #1</option>' );
document.writeln( '<option value="sibling_rivalry_2.html">Sibling Rivalry #2</option>' );
document.writeln( '<option value="simple.html">Simple</option>' );
document.writeln( '<option value="single_card.html">Single Card</option>' );
document.writeln( '<option value="spiritual_progress.html">Spiritual Progress</option>' );
document.writeln( '<option value="starting_up.html">Starting Up</option>' );
document.writeln( '<option value="stuck.html">Stuck</option>' );
document.writeln( '<option value="this_month.html">This Month</option>' );
document.writeln( '<option value="this_week.html">This Week</option>' );
document.writeln( '<option value="three_card.html">Three Card</option>' );
document.writeln( '<option value="tree_of_life.html">Tree Of Life</option>' );
document.writeln( '<option value="true_friends.html">True Friends</option>' );
document.writeln( '<option value="which_job.html">Which Job?</option>' );
document.writeln( '<option value="which_love.html">Which Love?</option>' );
document.writeln( '<option value="will_i_find_true_love.html">Will I Find True Love?</option>' );
document.writeln( '<option value="x_lover.html">X-Lover</option>' );
document.writeln( '<option value="young_love.html">Young Love</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );
