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://69.94.125.126/' ;
  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="">Technique...</option>' );
document.writeln( '<option value="http://69.94.125.126/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=beadpoint">Bead Point</option>' );
document.writeln( '<option value="http://69.94.125.126/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=herringbone">Herringbone Stitch</option>' );
document.writeln( '<option value="http://69.94.125.126/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=brick">Brick Stitch</option>' );
document.writeln( '<option value="http://69.94.125.126/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=knit">Knitted patterns</option>' );
document.writeln( '<option value="http://69.94.125.126/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=cab">Cabochon Surrounds</option>' );
document.writeln( '<option value="http://69.94.125.126/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=chaincrochet">Chain Stitch Bead Crochet</option>' );
document.writeln( '<option value="http://69.94.125.126/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=flatcrochet">Flat Bead Crochet</option>' );
document.writeln( '<option value="http://69.94.125.126/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=loom">Loom Weaving</option>' );
document.writeln( '<option value="http://69.94.125.126/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=netting">Netting</option>' );
document.writeln( '<option value="http://69.94.125.126/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=peyote">Peyote Stitch</option>' );
document.writeln( '<option value="http://69.94.125.126/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=spiral">Spiral Weave</option>' );
document.writeln( '<option value="http://69.94.125.126/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=surface">Surface Beading</option>' );
document.writeln( '<option value="http://69.94.125.126/Merchant2/merchant.mvc?Screen=CTGY&Category_Code=tubecrochet">Tubular Bead Crochet</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );