<!-- Begin
function selectaplace(form) {
var appname= navigator.appName;
var appversion=parseInt(navigator.appVersion);
if (appname == "Netscape" && appversion >= 3) {
var formindex=form.select1.selectedIndex;
var storage=form.select1.options[formindex].text;
if (form.select1.options[formindex].value != "none") {
var msg=storage+"You are now being transferred to the -> "+storage;
for (var spot=0;spot<msg.length-storage.length;spot++) {
var x=msg.substring(spot,msg.length);
form.select1.options[formindex].text=x;
for(var d=0;d<150;d++) { };
}
window.location=form.select1.options[formindex].value;
form.select1[formindex].text=storage;
} else  {
form.select1[formindex].text="Not a real option!";
for(var d=0;d<1250;d++) { };
form.select1[formindex].text=storage;
   }
}
else {
var formindex=form.select1.selectedIndex;
window.location=form.select1.options[formindex].value;
   }
}
function makeMyMenu() {
document.write ('<form><select name="select1" onChange="selectaplace(this.form)" size=1>');
document.write ('<option value=index.shtml>Find a Gift');
document.write ('<option value=https://www.quickbyte.com/order/certificate_orderdesk.html>GIFT CERTIFICATES');
document.write ('<option value=shipping.shtml>Shipping and Returns');
document.write ('<option value=affiliate_signup.shtml>Affiliate Signup');
document.write ('<option value=art_collectibles.shtml>Artwork');
document.write ('<option value=rods.shtml>Bamboo Fly Rods');
document.write ('<option value=bath_items.shtml>Bathroom Items');
document.write ('<option value=oak_bookends.shtml>Bookends');
document.write ('<option value=books.shtml>Books & Calendars');
document.write ('<option value=art_collectibles.shtml>Bronze Sculpture');
document.write ('<option value=cards_stationery.shtml>Cards & Stationery');
document.write ('<option value=wallclocks_coasters.shtml>Coasters');
document.write ('<option value=showcase_carvings.shtml>Coffee/End Tables');
document.write ('<option value=bergamot.shtml>Coffee Mugs');
document.write ('<option value=cribbage.shtml>Cribbage Boards');
document.write ('<option value=art_collectibles.shtml>Dave Parker Artwork');
document.write ('<option value=dinnerwear.shtml>Dinnerwear');
document.write ('<option value=flies_accessories.html>Flies & Accessories');
document.write ('<option value=flies_accessories.html>Flies Tying Benches');
document.write ('<option value=floatation.shtml>Float Tubes');
document.write ('<option value=accessories.html>Fly Boxes');
document.write ('<option value=flyfishing_links.shtml>Flyfishing Links');
document.write ('<option value=flies_accessories.shtml>Fly Tying Kits');
document.write ('<option value=virtual_fly_tying.shtml>Fly Tying Virtual CDs');
document.write ('<option value=fun_games.shtml>Games');
document.write ('<option value=https://www.quickbyte.com/order/certificate_orderdesk.html>Gift Certificates');
document.write ('<option value=utah_guidebook.html>Green River Guidebook');
document.write ('<option value=flyfishing_trips.shtml>Guided Trips');
document.write ('<option value=art_collectibles.shtml>Hardy Reel Reissues');
document.write ('<option value=dvds.shtml>Instructional DVDs');
document.write ('<option value=jewelry.shtml>Jewelry');
document.write ('<option value=bergamot.shtml>Knives');
document.write ('<option value=koolbak.shtml>Koolbak Back Supports');
document.write ('<option value=showcase_carvings.shtml>Lamps');
document.write ('<option value=accessories.shtml>Leader Wallets & Accessories');
document.write ('<option value=art_collectibles.shtml>Limited Edition Prints');
document.write ('<option value=flyfishing_trips.shtml>Montana River Lodge');
document.write ('<option value=bergamot.shtml>Mugs & Shot Glasses');
document.write ('<option value=fun_games.shtml>Music CDs');
document.write ('<option value=accessories.shtml>Nippers, Zingers, Knives');
document.write ('<option value=maxan.shtml>Original Watercolors');
document.write ('<option value=packs.shtml>Packs & Bags');
document.write ('<option value=alchemy.shtml>Pewter Flasks');
document.write ('<option value=bergamot.shtml>Picture Frames');
document.write ('<option value=go_flyfish.shtml>Playing Cards');
document.write ('<option value=bergamot.shtml>Pocket Knives');
document.write ('<option value=floatation.shtml>Pontoon Boats');
document.write ('<option value=puzzles.shtml>Puzzles');
document.write ('<option value=reels.shtml>Fly Reels');
document.write ('<option value=rods.shtml>Fly Rods');
document.write ('<option value=art_collectibles.shtml>Russell Chatham Prints');
document.write ('<option value=decorator.shtml>Screamin Reel Alarm Clock');
document.write ('<option value=art_sculptures.shtml>Sculputure');
document.write ('<option value=accessories.shtml#quickseine>Seine Nets');
document.write ('<option value=nightlights.shtml>Stained Glass Nightlights');
document.write ('<option value=cards_stationery.shtml>Stationery');
document.write ('<option value=accessories.shtml>Stocking Stuffers');
document.write ('<option value=showcase_carvings.shtml>Tables and Lamps');
document.write ('<option value=bergamot.shtml>Tankards & Steins');
document.write ('<option value=flyfishing_trips.shtml>Vacation Trips');
document.write ('<option value=waders.shtml>Waders & Accessories');
document.write ('<option value=wallclocks_coasters.shtml>Wallclocks & Coasters');
document.write ('<option value=borders.shtml>Wallcovering Borders');
document.write ('<option value=fishcarvingart.shtml>Wooden Fish Carvings');
document.write ('</select>');
document.write ('</form>');
}
makeMyMenu();

// End -->
