function menu_goto( menuform )
{
  // Generated by thesitewizard Navigation Menu Wizard 2.3.2
  // Visit http://www.thesitewizard.com/ to get your own
  // customized navigation menu FREE!
  var baseurl = 'http://www.idea-sparks.com/' ;
  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="">Select Idea Category</option>' );
document.writeln( '<option value="advertising-ideas.html">Advertising Ideas</option>' );
document.writeln( '<option value="baby-shower-ideas.html">Baby Shower Ideas</option>' );
document.writeln( '<option value="bulletin-board-ideas.html">Bulletin Board Ideas</option>' );
document.writeln( '<option value="business-ideas.html">Business Ideas</option>' );
document.writeln( '<option value="craft-ideas.html">Craft Ideas</option>' );
document.writeln( '<option value="dating-ideas.html">Dating Ideas</option>' );
document.writeln( '<option value="decorating-ideas.html">Decorating Ideas</option>' );
document.writeln( '<option value="fund-raising-ideas.html">Fund Raising Ideas</option>' );
document.writeln( '<option value="gift-ideas.html">Gift Ideas</option>' );
document.writeln( '<option value="holiday-ideas.html">Holiday Ideas</option>' );
document.writeln( '<option value="invention-ideas.html">Invention Ideas</option>' );
document.writeln( '<option value="landscaping-ideas.html">Landscaping Ideas</option>' );
document.writeln( '<option value="marketing-ideas.html">Marketing Ideas</option>' );
document.writeln( '<option value="money-making-ideas.html">Money Making Ideas</option>' );
document.writeln( '<option value="party-ideas.html">Party Ideas</option>' );
document.writeln( '<option value="picnic-ideas.html">Picnic Ideas</option>' );
document.writeln( '<option value="romantic-ideas.html">Romantic Ideas</option>' );
document.writeln( '<option value="science-project-ideas.html">Science Project Ideas</option>' );
document.writeln( '<option value="scrapbooking-ideas.html">Scrapbooking Ideas</option>' );
document.writeln( '<option value="vacation-ideas.html">Vacation Ideas</option>' );
document.writeln( '<option value="wedding-ideas.html">Wedding Ideas</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );
