        /* This code is Copyright (c) 1996 Nick Heinle and Athenia Associates,
      * all rights reserved. In order to receive the right to license this 
      * code for use on your site the original code must be copied from the
      * Web site webreference.com/javascript/. License is granted to user to 
      * reuse this code on their own Web site if and only if this entire copyright
      * notice is included. Code written by Nick Heinle of webreference.com.
      */

     var maxLength = 13;
     siteopt = new Array;
     siteopt[0] = "Central Basin-Ashtabula";
     siteopt[1] = "Central Basin-Cleveland";
     siteopt[2] = "Central Basin-Conneaut";
     siteopt[3] = "Central Basin-Eastlake";
     siteopt[4] = "Central Basin-Fairport";
     siteopt[5] = "Central Basin-Geneva";
     siteopt[6] = "Central Basin-Huron";
     siteopt[7] = "Central Basin-Lorain";
     siteopt[8] = "Central Basin-Mentor";
     siteopt[9] = "Central Basin-Port Stanley";
     siteopt[10] = "Central Basin-Vermilion";
     var trueLength = siteopt.length;
     var lst = siteopt.length;

     url = new Array;
     url[0] = "http://www.greatlakesfishing.com/erie/central/ashtabula.html";
     url[1] = "http://www.greatlakesfishing.com/erie/central/cleveland.html";
     url[2] = "http://www.greatlakesfishing.com/erie/central/conneaut.html";
     url[3] = "http://www.greatlakesfishing.com/erie/central/eastlake.html";
     url[4] = "http://www.greatlakesfishing.com/erie/central/fairport.html";
     url[5] = "http://www.greatlakesfishing.com/erie/central/geneva.html";
     url[6] = "http://www.greatlakesfishing.com/erie/central/huron.html";
     url[7] = "http://www.greatlakesfishing.com/erie/central/lorain.html";
     url[8] = "http://www.greatlakesfishing.com/erie/central/mentor.html";
     url[9] = "http://www.greatlakesfishing.com/erie/central/portstanley.html";
     url[10] = "http://www.greatlakesfishing.com/erie/central/vermilion.html";

     catopt = new Array;
     catopt[0] = "Lake Erie-Central Basin";
     catopt[1] = "Lake Erie-Eastern Basin";
     catopt[2] = "Lake Erie-Western Basin";
     catopt[3] = "Lake Huron-Eastern";
     catopt[4] = "Lake Huron-Georgian Bay";
     catopt[5] = "Lake Huron-Northeast";
     catopt[6] = "Lake Huron-Northwest";
     catopt[7] = "Lake Huron-Southern";
     catopt[8] = "Lake Huron-Western";
     catopt[9] = "Lake Michigan-Eastern";
     catopt[10] = "Lake Michigan-Northeastern";
     catopt[11] = "Lake Michigan-Northwestern";
     catopt[12] = "Lake Michigan-Southern";
     catopt[13] = "Lake Michigan-Western";
     catopt[14] = "Lake Ontario-Central Basin";
     catopt[15] = "Lake Ontario-Eastern Basin";
     catopt[16] = "Lake Ontario-Western Basin";
     catopt[17] = "Lake Superior-Northern";
     catopt[18] = "Lake Superior-Southern";
     catopt[19] = "Lake Superior-Western";

     function changePage() 
     {
     menuNum = document.SelectMenu.SelectPrimary.selectedIndex;
             if (menuNum == null){alert("Please select a category from the menu.");return;}
             else
             {
             i = document.SelectMenu.SelectSecondary.selectedIndex;
             window.location.href = url[i];
             }
     }

     function changeMenu()
     {
     siteopt.length = 0;
     menuNum = document.SelectMenu.SelectPrimary.selectedIndex;
             if (menuNum == null) return;
       
             if (menuNum == 0) 
             {
             siteopt = new Array;
             siteopt[0] = new Option("Central Basin-Ashtabula");
             siteopt[1] = new Option("Central Basin-Cleveland");
             siteopt[2] = new Option("Central Basin-Conneaut");
             siteopt[3] = new Option("Central Basin-Eastlake");
             siteopt[4] = new Option("Central Basin-Fairport");
             siteopt[5] = new Option("Central Basin-Geneva");
             siteopt[6] = new Option("Central Basin-Huron");
             siteopt[7] = new Option("Central Basin-Lorain");
             siteopt[8] = new Option("Central Basin-Mentor");
             siteopt[9] = new Option("Central Basin-Port Stanley");
             siteopt[10] = new Option("Central Basin-Vermilion");
             url = new Array;
             url[0] = "http://www.greatlakesfishing.com/erie/central/ashtabula.html";
             url[1] = "http://www.greatlakesfishing.com/erie/central/cleveland.html";
             url[2] = "http://www.greatlakesfishing.com/erie/central/conneaut.html";
             url[3] = "http://www.greatlakesfishing.com/erie/central/eastlake.html";
             url[4] = "http://www.greatlakesfishing.com/erie/central/fairport.html";
             url[5] = "http://www.greatlakesfishing.com/erie/central/geneva.html";
             url[6] = "http://www.greatlakesfishing.com/erie/central/huron.html";
             url[7] = "http://www.greatlakesfishing.com/erie/central/lorain.html";
             url[8] = "http://www.greatlakesfishing.com/erie/central/mentor.html";
             url[9] = "http://www.greatlakesfishing.com/erie/central/portstanley.html";
             url[10] = "http://www.greatlakesfishing.com/erie/central/vermil.html";
             }

             if (menuNum == 1) 
             {
             siteopt = new Array;
             siteopt[0] = new Option("Eastern Basin-Barcelona");
             siteopt[1] = new Option("Eastern Basin-Buffalo");
             siteopt[2] = new Option("Eastern Basin-Cattaraugas");
			 siteopt[3] = new Option("Eastern Basin-Dunkirk");
             siteopt[4] = new Option("Eastern Basin-Erie");
             siteopt[5] = new Option("Eastern Basin-Hamburg");
             siteopt[6] = new Option("Eastern Basin-North East");
             siteopt[7] = new Option("Eastern Basin-Port Colborne");
             siteopt[8] = new Option("Eastern Basin-Sturgeon");
             url = new Array;
             url[0] = "http://www.greatlakesfishing.com/erie/eastern/barcelon.html";
             url[1] = "http://www.greatlakesfishing.com/erie/eastern/buffalo.html";
             url[2] = "http://www.greatlakesfishing.com/erie/eastern/cattarau.html";
             url[3] = "http://www.greatlakesfishing.com/erie/eastern/dunkirk.html";
             url[4] = "http://www.greatlakesfishing.com/erie/eastern/erie.html";
             url[5] = "http://www.greatlakesfishing.com/erie/eastern/hamburg.html";
             url[6] = "http://www.greatlakesfishing.com/erie/eastern/north_east.html";
             url[7] = "http://www.greatlakesfishing.com/erie/eastern/colbourne.html";
             url[8] = "http://www.greatlakesfishing.com/erie/eastern/sturgeon.html";
             }

             if (menuNum == 2) 
             {
             siteopt = new Array;
             siteopt[0] = new Option("Western Basin-Catawba");
             siteopt[1] = new Option("Western Basin-Curtice");
             siteopt[2] = new Option("Western Basin-Gibraltar");
             siteopt[3] = new Option("Western Basin-Kelly's Island");
             siteopt[4] = new Option("Western Basin-Luna Pier");
             siteopt[5] = new Option("Western Basin-Marblehead");
             siteopt[6] = new Option("Western Basin-Monroe");
             siteopt[7] = new Option("Western Basin-Oak Harbor");
			 siteopt[8] = new Option("Western Basin-Oak Orchard");
             siteopt[9] = new Option("Western Basin-Pentwater");
             siteopt[10] = new Option("Western Basin-Port Clinton");
             siteopt[11] = new Option("Western Basin-Sandusky");
             siteopt[12] = new Option("Western Basin-St. Clair Shores");
             siteopt[13] = new Option("Western Basin-Toledo");
             siteopt[14] = new Option("Western Basin-Windsor");
             siteopt[15] = new Option("Western Basin-Wyandotte");
             url = new Array;
             url[0] = "http://www.greatlakesfishing.com/erie/western/catawba.html";
             url[1] = "http://www.greatlakesfishing.com/erie/western/curtice.html";
             url[2] = "http://www.greatlakesfishing.com/erie/western/gibraltar.html";
             url[3] = "http://www.greatlakesfishing.com/erie/western/kellysisland.html";
             url[4] = "http://www.greatlakesfishing.com/erie/western/lunapier.html";
             url[5] = "http://www.greatlakesfishing.com/erie/western/marble.html";
             url[6] = "http://www.greatlakesfishing.com/erie/western/monroe.html";
             url[7] = "http://www.greatlakesfishing.com/erie/western/oakharbor.html";
             url[8] = "http://www.greatlakesfishing.com/erie/western/oakorchard.html";
             url[9] = "http://www.greatlakesfishing.com/erie/western/pentwater.html";
             url[10] = "http://www.greatlakesfishing.com/erie/western/portclin.html";
             url[11] = "http://www.greatlakesfishing.com/erie/western/sandusky.html";
             url[12] = "http://www.greatlakesfishing.com/erie/western/stclairshores.html";
             url[13] = "http://www.greatlakesfishing.com/erie/western/toledo.html";
             url[14] = "http://www.greatlakesfishing.com/erie/western/windsor.html";
             url[15] = "http://www.greatlakesfishing.com/erie/western/wyandott.html";
             }

             if (menuNum == 3) 
             {
             siteopt = new Array;
             siteopt[0] = new Option("Eastern-Goderich");
             siteopt[1] = new Option("Eastern-Kincardine");
             siteopt[2] = new Option("Eastern-Southampton");
             url = new Array;
             url[0] = "http://www.greatlakesfishing.com/huron/eastern/goderich.html";
             url[1] = "http://www.greatlakesfishing.com/huron/eastern/kincardine.html";
             url[2] = "http://www.greatlakesfishing.com/huron/eastern/southampton.html";
             }

             if (menuNum == 4) 
             {
             siteopt = new Array;
             siteopt[0] = new Option("Georgian Bay-LaFontaine");
             siteopt[1] = new Option("Georgian Bay-Midland");
             siteopt[2] = new Option("Georgian Bay-Owen Sound");
             siteopt[3] = new Option("Georgian Bay-Sudbury");
             siteopt[4] = new Option("Georgian Bay-Tobermory");
             url = new Array;
             url[0] = "http://www.greatlakesfishing.com/huron/georgian/lafontaine.html";
             url[1] = "http://www.greatlakesfishing.com/huron/georgian/midland.html";
             url[2] = "http://www.greatlakesfishing.com/huron/georgian/owensound.html";
             url[3] = "http://www.greatlakesfishing.com/huron/georgian/sudbury.html";
             url[4] = "http://www.greatlakesfishing.com/huron/georgian/tobermory.html";
             }

             if (menuNum == 5) 
             {
             siteopt = new Array;
             siteopt[0] = new Option("Northeast-South Baymouth");
             url = new Array;
             url[0] = "http://www.greatlakesfishing.com/huron/northeast/southbaymouth.html";
             }

             if (menuNum == 6) 
             {
             siteopt = new Array;
             siteopt[0] = new Option("Northwest-Meldrum Bay");
             siteopt[1] = new Option("Northwest-Rogers City");
             siteopt[2] = new Option("Northwest-Sault Ste Marie");
             url = new Array;
             url[0] = "http://www.greatlakesfishing.com/huron/northwest/meldrumbay.html";
             url[1] = "http://www.greatlakesfishing.com/huron/northwest/rogerscity.html";
             url[2] = "http://www.greatlakesfishing.com/huron/northwest/saultstemarie.html";
             }

             if (menuNum == 7) 
             {
             siteopt = new Array;
             siteopt[0] = new Option("Southern-Port Sanilac");
             url = new Array;
             url[0] = "http://www.greatlakesfishing.com/huron/southern/portsanilac.html";
             }

             if (menuNum == 8) 
             {
             siteopt = new Array;
             siteopt[0] = new Option("Western-Grindstone City");
             siteopt[1] = new Option("Western-Harrisville");
             siteopt[2] = new Option("Western-Linwood");
             siteopt[3] = new Option("Western-Oscoda");
             siteopt[4] = new Option("Western-Port Austin");
             siteopt[5] = new Option("Western-Quanicassee");
             url = new Array;
             url[0] = "http://www.greatlakesfishing.com/huron/western/grindstonecity.html";
             url[1] = "http://www.greatlakesfishing.com/huron/western/harrisville.html";
             url[2] = "http://www.greatlakesfishing.com/huron/western/linwood.html";
             url[3] = "http://www.greatlakesfishing.com/huron/western/oscoda.html";
             url[4] = "http://www.greatlakesfishing.com/huron/western/portaustin.html";
             url[5] = "http://www.greatlakesfishing.com/huron/western/quanicassee.html";
             }

             if (menuNum == 9) 
             {
             siteopt = new Array;
             siteopt[0] = new Option("Eastern-Grand Haven");
             siteopt[1] = new Option("Eastern-Ludington");
             siteopt[2] = new Option("Eastern-Muskegon");
             siteopt[3] = new Option("Eastern-Pentwater");
             siteopt[4] = new Option("Eastern-Saugatuck");
             siteopt[5] = new Option("Eastern-South Haven");
             siteopt[6] = new Option("Eastern-St. Joseph");
             url = new Array;
             url[0] = "http://www.greatlakesfishing.com/michigan/eastern/grandhaven.html";
             url[1] = "http://www.greatlakesfishing.com/michigan/eastern/ludington.html";
             url[2] = "http://www.greatlakesfishing.com/michigan/eastern/muskegon.html";
             url[3] = "http://www.greatlakesfishing.com/michigan/eastern/pentwater.html";
             url[4] = "http://www.greatlakesfishing.com/michigan/eastern/saugatuck.html";
             url[5] = "http://www.greatlakesfishing.com/michigan/eastern/southhaven.html";
             url[6] = "http://www.greatlakesfishing.com/michigan/eastern/stjoseph.html";
             }

             if (menuNum == 10) 
             {
             siteopt = new Array;
             siteopt[0] = new Option("North Eastern-Arcadia");
             siteopt[1] = new Option("North Eastern-Elberta");
             siteopt[2] = new Option("North Eastern-Frankfort");
             siteopt[3] = new Option("North Eastern-Leland");
             siteopt[4] = new Option("North Eastern-Manistee");
             siteopt[5] = new Option("North Eastern-Traverse City");
             url = new Array;
             url[0] = "http://www.greatlakesfishing.com/michigan/noreast/arcadia.html"; 
             url[1] = "http://www.greatlakesfishing.com/michigan/noreast/elberta.html"; 
             url[2] = "http://www.greatlakesfishing.com/michigan/noreast/frankfort.html"; 
             url[3] = "http://www.greatlakesfishing.com/michigan/noreast/leland.html"; 
             url[4] = "http://www.greatlakesfishing.com/michigan/noreast/manistee.html";
             url[5] = "http://www.greatlakesfishing.com/michigan/noreast/traversecity.html";
             }

             if (menuNum == 11) 
             {
             siteopt = new Array;
             siteopt[0] = new Option("North Western-Algoma");
             siteopt[1] = new Option("North Western-Bailey's Harbor");
             siteopt[2] = new Option("North Western-Cedar River");
             siteopt[3] = new Option("North Western-Gladstone");
             siteopt[4] = new Option("North Western-Green Bay");
             siteopt[5] = new Option("North Western-Marinette");
             siteopt[6] = new Option("North Western-Sturgeon Bay");
             url = new Array;
             url[0] = "http://www.greatlakesfishing.com/michigan/northwes/algoma.html"; 
             url[1] = "http://www.greatlakesfishing.com/michigan/northwes/baileysharbor.html";
             url[2] = "http://www.greatlakesfishing.com/michigan/northwes/cedarriver.html";
             url[3] = "http://www.greatlakesfishing.com/michigan/northwes/gladstone.html";
             url[4] = "http://www.greatlakesfishing.com/michigan/northwes/greenbay.html";
             url[5] = "http://www.greatlakesfishing.com/michigan/northwes/marinette.html";
             url[6] = "http://www.greatlakesfishing.com/michigan/northwes/sturgeonbay.html";
             }

             if (menuNum == 12) 
             {
             siteopt = new Array;
             siteopt[0] = new Option("Southern-Benton Harbor");
             siteopt[1] = new Option("Southern-Crown Point");
             siteopt[2] = new Option("Southern-East Chicago");
             siteopt[3] = new Option("Southern-Griffith");
             siteopt[4] = new Option("Southern-Highland");
             siteopt[5] = new Option("Southern-Kentland");
             siteopt[6] = new Option("Southern-Miller");
             siteopt[7] = new Option("Southern-Morocco");
             siteopt[8] = new Option("Southern-Portage");
             siteopt[9] = new Option("Southern-St. Joseph");
             url = new Array;
             url[0] = "http://www.greatlakesfishing.com/michigan/southern/bentonharbor.html"; 
             url[1] = "http://www.greatlakesfishing.com/michigan/southern/crownpoint.html"; 
             url[2] = "http://www.greatlakesfishing.com/michigan/southern/eastchicago.html";
             url[3] = "http://www.greatlakesfishing.com/michigan/southern/griffith.html";
             url[4] = "http://www.greatlakesfishing.com/michigan/southern/highland.html";
             url[5] = "http://www.greatlakesfishing.com/michigan/southern/kentland.html";
             url[6] = "http://www.greatlakesfishing.com/michigan/southern/miller.html";
             url[7] = "http://www.greatlakesfishing.com/michigan/southern/morocco.html";
             url[8] = "http://www.greatlakesfishing.com/michigan/southern/portage.html";
             url[9] = "http://www.greatlakesfishing.com/michigan/southern/stjoseph.html";
             }

             if (menuNum == 13) 
             {
             siteopt = new Array;
             siteopt[0] = new Option("Western-Chicago");
             siteopt[1] = new Option("Western-Kenosha");
             siteopt[2] = new Option("Western-Kewaunee");
             siteopt[3] = new Option("Western-Manitowoc");
             siteopt[4] = new Option("Western-Milwaukee");
             siteopt[5] = new Option("Western-Port Washington");
             siteopt[6] = new Option("Western-Racine");
             siteopt[7] = new Option("Western-Sheboygan");
             siteopt[8] = new Option("Western-Two Rivers");
             siteopt[9] = new Option("Western-Waukegan");
             siteopt[10] = new Option("Western-Winthrop Harbor");
             url = new Array;
             url[0] = "http://www.greatlakesfishing.com/michigan/western/chicago.html"; 
             url[1] = "http://www.greatlakesfishing.com/michigan/western/kenosha.html";
             url[2] = "http://www.greatlakesfishing.com/michigan/western/kewaunee.html";
             url[3] = "http://www.greatlakesfishing.com/michigan/western/manitowoc.html";
             url[4] = "http://www.greatlakesfishing.com/michigan/western/milwaukee.html";
             url[5] = "http://www.greatlakesfishing.com/michigan/western/portwashington.html";
             url[6] = "http://www.greatlakesfishing.com/michigan/western/racine.html";
             url[7] = "http://www.greatlakesfishing.com/michigan/western/sheboygan.html";
             url[8] = "http://www.greatlakesfishing.com/michigan/western/tworivers.html";
             url[9] = "http://www.greatlakesfishing.com/michigan/western/waukegan.html";
             url[10] = "http://www.greatlakesfishing.com/michigan/western/winthropharbor.html";
             }

             if (menuNum == 14) 
             {
             siteopt = new Array;
             siteopt[0] = new Option("Central Basin-Albion");
             siteopt[1] = new Option("Central Basin-Fairhaven");
             siteopt[2] = new Option("Central Basin-Fairview");
             siteopt[3] = new Option("Central Basin-Hamlin");
             siteopt[4] = new Option("Central Basin-Kendall");
             siteopt[5] = new Option("Central Basin-Oswego");
             siteopt[6] = new Option("Central Basin-Port Ontario");
             siteopt[7] = new Option("Central Basin-Rochester");
             siteopt[8] = new Option("Central Basin-Sandy Creek");
             siteopt[9] = new Option("Central Basin-Sandy Pond");
             siteopt[10] = new Option("Central Basin-Sodus Point");
             siteopt[11] = new Option("Central Basin-Wolcott");
             url = new Array;
             url[0] = "http://www.greatlakesfishing.com/ontario/central/albion.html";
             url[1] = "http://www.greatlakesfishing.com/ontario/central/fairhaven.html";
             url[2] = "http://www.greatlakesfishing.com/ontario/central/fairview.html";
             url[3] = "http://www.greatlakesfishing.com/ontario/central/hamlin.html";
             url[4] = "http://www.greatlakesfishing.com/ontario/central/kendall.html";
             url[5] = "http://www.greatlakesfishing.com/ontario/central/oswego.html";
             url[6] = "http://www.greatlakesfishing.com/ontario/central/portontario.html";
             url[7] = "http://www.greatlakesfishing.com/ontario/central/rochester.html";
             url[8] = "http://www.greatlakesfishing.com/ontario/central/sandycreek.html";
             url[9] = "http://www.greatlakesfishing.com/ontario/central/sandypond.html";
             url[10] = "http://www.greatlakesfishing.com/ontario/central/soduspoint.html";
             url[11] = "http://www.greatlakesfishing.com/ontario/central/wolcott.html";
             }

             if (menuNum == 15) 
             {
             siteopt = new Array;
             siteopt[0] = new Option("Eastern Basin-Henderson");
             siteopt[1] = new Option("Eastern Basin-Kingston");
             siteopt[2] = new Option("Eastern Basin-Mexico Bay");
			 siteopt[3] = new Option("Eastern Basin-Oswego");
             siteopt[4] = new Option("Eastern Basin-Salmon River");
             siteopt[5] = new Option("Eastern Basin-Wellington");
             url = new Array;
             url[0] = "http://www.greatlakesfishing.com/ontario/eastern/henderson.html";
             url[1] = "http://www.greatlakesfishing.com/ontario/eastern/kingston.html";
             url[2] = "http://www.greatlakesfishing.com/ontario/eastern/mexico.html";
             url[3] = "http://www.greatlakesfishing.com/ontario/eastern/oswego.html";
             url[4] = "http://www.greatlakesfishing.com/ontario/eastern/salmonriver.html";
             url[5] = "http://www.greatlakesfishing.com/ontario/eastern/wellington.html";
             }

             if (menuNum == 16) 
             {
             siteopt = new Array;
             siteopt[0] = new Option("Western Basin-Grand Island");
             siteopt[1] = new Option("Western Basin-Hamilton");
             siteopt[2] = new Option("Western Basin-Lewiston");
             siteopt[3] = new Option("Western Basin-Niagra");
             siteopt[4] = new Option("Western Basin-Oak Orchard");
             siteopt[5] = new Option("Western Basin-Oakville");
             siteopt[6] = new Option("Western Basin-Olcott");
             siteopt[7] = new Option("Western Basin-Point Breeze");
             siteopt[8] = new Option("Western Basin-Port Credit");
             siteopt[9] = new Option("Western Basin-St. Catharines");
             siteopt[10] = new Option("Western Basin-Toronto");
             siteopt[11] = new Option("Western Basin-Wilson");
             siteopt[12] = new Option("Western Basin-Youngstown");
             url = new Array;
             url[0] = "http://www.greatlakesfishing.com/ontario/western/grandisland.html";
             url[1] = "http://www.greatlakesfishing.com/ontario/western/hamilton.html";
             url[2] = "http://www.greatlakesfishing.com/ontario/western/lewiston.html";
             url[3] = "http://www.greatlakesfishing.com/ontario/western/niagra.html";
             url[4] = "http://www.greatlakesfishing.com/ontario/western/oakorchard.html";
             url[5] = "http://www.greatlakesfishing.com/ontario/western/oakville.html";
             url[6] = "http://www.greatlakesfishing.com/ontario/western/olcott.html";
             url[7] = "http://www.greatlakesfishing.com/ontario/western/pointbreeze.html";
             url[8] = "http://www.greatlakesfishing.com/ontario/western/portcredit.html";
             url[9] = "http://www.greatlakesfishing.com/ontario/western/stcatharines.html";
             url[10] = "http://www.greatlakesfishing.com/ontario/western/toronto.html";
             url[11] = "http://www.greatlakesfishing.com/ontario/western/wilson.html";
             url[12] = "http://www.greatlakesfishing.com/ontario/western/youngstown.html";
             }

             if (menuNum == 17) 
             {
			 siteopt = new Array;
             siteopt[0] = new Option("Northern-Red Rock");
             url = new Array;
             url[0] = "http://www.greatlakesfishing.com/superior/northern/redrock.html";
             }

             if (menuNum == 18) 
             {
			 siteopt = new Array;
             siteopt[0] = new Option("Southern-Marquette");
             url = new Array;
             url[0] = "http://www.greatlakesfishing.com/superior/southern/marquette.html";
             }

             if (menuNum == 19) 
             {
			 siteopt = new Array;
             siteopt[0] = new Option("Western-Ashland");
             siteopt[1] = new Option("Western-Bayfield");
             siteopt[2] = new Option("Western-Duluth");
             siteopt[3] = new Option("Western-Grand Marais");
             siteopt[4] = new Option("Western-Grand Portage");
             siteopt[5] = new Option("Western-Ironwood");
             siteopt[6] = new Option("Western-Knife River");
             siteopt[7] = new Option("Western-Munising");
             siteopt[8] = new Option("Western-Port Wing");
             siteopt[9] = new Option("Western-Superior");
             url = new Array;
             url[0] = "http://www.greatlakesfishing.com/superior/western/ashland.html";
             url[1] = "http://www.greatlakesfishing.com/superior/western/bayfield.html";
             url[2] = "http://www.greatlakesfishing.com/superior/western/duluth.html";
             url[3] = "http://www.greatlakesfishing.com/superior/western/marais.html";
             url[4] = "http://www.greatlakesfishing.com/superior/western/granport.html";
             url[5] = "http://www.greatlakesfishing.com/superior/western/ironwood.html";
             url[6] = "http://www.greatlakesfishing.com/superior/western/knife_river.html";
             url[7] = "http://www.greatlakesfishing.com/superior/western/munising.html";
             url[8] = "http://www.greatlakesfishing.com/superior/western/portwing.html";
             url[9] = "http://www.greatlakesfishing.com/superior/western/superwis.html";
             }

     tot = siteopt.length;
             for (i = lst; i > 0; i--) 
             { document.SelectMenu.SelectSecondary.options[i] = null; }
             for (i = 0; i < tot; i++)
             { document.SelectMenu.SelectSecondary.options[i] = siteopt[i]; }
             document.SelectMenu.SelectSecondary.options[0].selected = true;
     lst = siteopt.length;
     }
