function menu_goto( menuform )
{
  // Generated by thesitewizard Navigation Menu Wizard 2.2
  // Visit http://www.thesitewizard.com/ to get your own
  // customized navigation menu FREE!
  var baseurl = 'http://www.beadpatterncentral.com/' ;
  selecteditem = menuform.url.selectedIndex ;
  newurl = menuform.url.options[ selecteditem ].value ;
  if (newurl.length != 0) {
    top.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="">Subject...</option>' );
document.writeln( '<option value="http://www.beadpatterncentral.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=animal">Animals</option>' );
document.writeln( '<option value="http://www.beadpatterncentral.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=bracelets">Bracelets</option>' );
document.writeln( '<option value="http://www.beadpatterncentral.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=brooch">Brooches</option>' );
document.writeln( '<option value="http://www.beadpatterncentral.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=christmas">Christmas</option>' );
document.writeln( '<option value="http://www.beadpatterncentral.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=earrings">Earrings</option>' );
document.writeln( '<option value="http://www.beadpatterncentral.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=faces">Faces</option>' );
document.writeln( '<option value="http://www.beadpatterncentral.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=rings">Rings</option>' );
document.writeln( '<option value="http://www.beadpatterncentral.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=floral">Floral</option>' );
document.writeln( '<option value="http://www.beadpatterncentral.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=fruitsvegs">Fruits/Vegetables</option>' );
document.writeln( '<option value="http://www.beadpatterncentral.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=greek">Greek</option>' );
document.writeln( '<option value="http://www.beadpatterncentral.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=landscapes">Landscapes</option>' );
document.writeln( '<option value="http://www.beadpatterncentral.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=necklaces">Necklaces</option>' );
document.writeln( '<option value="http://www.beadpatterncentral.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=oriental">Oriental Rugs</option>' );
document.writeln( '<option value="http://www.beadpatterncentral.com/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=sw">Southwestern</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );