
// Website Drop Downs
// Created by Hooman Noori
// for ShoeSurfing Network
// 2009




/* BRAND LIST */

var select1 = "<select onChange=\"MM_jumpMenu";
var select2 = "('parent\',this,0)";
var select3 = '" name=\"select_brands\" style=\"width: 186px; margin-left: 4px;\">';

var option_blank1 = "<option selected>Our Brands...</option>";
var option_blank2 = "<option selected>Our Websites...</option>";

var opt1 = '<option value="http://sheepskinshoes.com/Library/brands/ugg.htm">UGG Australia</option>';
var opt2 = '<option value="http://shoesurfing.com/Library/brands/stegmann.htm">Stegmann</option>';
var opt3 = '<option value="http://shoesurfing.com/Library/brands/acorn.htm">Acorn</option>';
var opt4 = '<option value="http://winterslippers.com/Library/info/Brand_Info/Brand_Information_For_Minnetonka.html">Minnetonka</option>';
var opt5 = '<option value="http://sheepskinshoes.com/Library/brands/emu.htm">EMU Australia</option>';
var opt6 = '<option value="http://shoesurfing.com/Library/brands/mbt.html">MBT</option>';
var opt7 = '<option value="http://shoesurfing.com/store/">Spring Step</option>';
var opt8 = '<option value="http://shoesurfing.com/Library/brands/spira_running_walking_shoes.html">Spira</option>';
var opt9 = '<option value="http://shoesurfing.com/Library/brands/finn.htm">Finn Comfort</option>';
var opt10 = '<option value="http://shoesurfing.com/Library/brands/taryn_rose.html">Taryn Rose</option>';
var opt11 = '<option value="http://shoesurfing.com/Library/brands/simple.html">Simple</option>';
var opt12 = '<option value="http://shoesurfing.com/Library/brands/naot.htm">Naot</option>';
var opt13 = '<option value="http://shoesurfing.com/Library/brands/sanita.html">Sanita</option>';
var opt14 = '<option value="http://shoesurfing.com/Library/brands/arcopedico.html">Arcopedico</option>';
var opt15 = '<option value="http://shoesurfing.com/store/Wolky.html">Wolky</option>';
var opt16 = '<option value="http://sheepskinshoes.com/Library/brands/ulu_boots.htm">ULU</option>';
var opt17 = '<option value="http://shoesurfing.com/Library/brands/arche.html">Arche</option>';
var opt18 = '<option value="http://sportsandalbeach.com/Library/info/sport_sandal_brands/ecco_sport_sandals.htm">Ecco</option>';
var opt19 = '<option value="http://shoesurfing.com/Library/brands/beautifeel_shoes.html">BeautiFeel</option>';
var opt20 = '<option value="http://shoesurfing.com/Library/brands/mephisto.html">Mephisto</option>';
var opt21 = '<option value="http://sportsandalbeach.com/Library/info/sport_sandal_brands/teva_sport_sandals.htm">Teva</option>';
var opt22 = '<option value="http://shoesurfing.com/Library/brands/drmarten.htm">Dr. Martens</option>';
var opt23 = '<option value="http://shoesurfing.com/Library/brands/crocs_footwear.html">Crocs</option>';
var opt24 = '<option value="http://shoesurfing.com/Library/brands/taos_footwear.html">Taos</option>';
var opt25 = '<option value="http://shoesurfing.com/Library/brands/cados.html">Cados</option>';
var opt26 = '<option value="http://sportsandalbeach.com/Library/info/sport_sandal_brands/keen_sport_sandals.htm">Keen</option>';
var opt27 = '<option value="http://sportsandalbeach.com/Library/info/sport_sandal_brands/birkis_sport_sandals.htm">Birki</option>';
var opt28 = '<option value="http://klogsbeach.com/">Klogs</option>';
var opt29 = '<option value="http://sportsandalbeach.com/Library/info/sport_sandal_brands/chaco_sport_sandals.htm">Chaco</option>';
var opt30 = '<option value="http://birkenstockbeach.com/ecom/BrowseStore.php?category=5417">Birkenstock</option>';
var opt31 = '<option value="http://earthbeach.com/">Earth</option>';
var opt32 = '<option value="http://svenbeach.com/">Sven</option>';
var opt33 = '<option value="http://koolaburrabeach.com/Library/info/brand_info.html">Koolaburra</option>';
var opt34 = '<option value="http://sheepskinshoes.com/Library/brands/aussie_dogs.htm">Aussie Dogs</option>';
var opt35 = '<option value="http://sheepskinshoes.com/Library/brands/chooka.htm">Chooka</option>';
var opt36 = '<option value="http://birkenstockbeach.com/ecom/BrowseStore.php?category=5540">Newalk</option>';
var opt37 = '<option value="http://shoesurfing.com/store/">La Plume</option>';
var opt38 = '<option value="http://birkenstockbeach.com/ecom/BrowseStore.php?category=5563">Footprints</option>';
var opt39 = '<option value="http://birkenstockbeach.com/ecom/BrowseStore.php?category=5529">Tatami</option>';
var opt40 = '<option value="http://birkenstockbeach.com/ecom/BrowseStore.php?category=5518">Papillio</option>';
var opt41 = '<option value="http://birkenstockbeach.com/ecom/BrowseStore.php?category=5503">Alpro</option>';
var opt42 = '<option value="http://sheepskinshoes.com/Library/brands/warmbat.html">Warmbat</option>';
var opt43 = '<option value="http://sheepskinshoes.com/Library/brands/cloudnine.html">Cloud 9</option>';
var opt44 = '<option value="http://sheepskinshoes.com/Library/brands/staheekum.html">Staheekum</option>';
var opt45 = '<option value="http://sheepskinshoes.com/Library/brands/LAMO.htm">Lamo</option>';
var opt46 = '<option value="http://sheepskinshoes.com/Library/brands/Old_Friends.htm">Old Friend</option>';
var opt47 = '<option value="http://sheepskinshoes.com/Library/brands/bearpaw.html">Bearpaw</option>';
var opt48 = '<option value="http://sheepskinshoes.com/Library/brands/penelope-wildberry.html">Penelope Wildberry</option>';

var select_end = '</select>';

var brand_dropdown = select1 + select2 + select3 + option_blank1 + opt1 + opt2 + opt3 + opt4 + opt5 + opt6 + opt7 + opt8 + opt9 + opt10 + opt11 + opt12 + opt13 + opt14 + opt15 + opt16 + opt17 + opt18 + opt19 + opt20 + opt21 + opt22 + opt23 + opt24 + opt25 + opt26 + opt27 + opt28 + opt29 + opt30 + opt31 + opt32 + opt33 + opt34 + opt35 + opt36 + opt37 + opt38 + opt39 + opt40 + opt41 + opt42 + opt43 + opt44 + opt45 + opt46 + opt47 + opt48 + select_end;



/* WEBSITE LIST */


var select3b = '" name=\"select_sites\" class=\"side\" style=\"width: 186px; margin-left: 4px;\">';

var site1 = '<option value="http://birkenstockbeach.com">BirkenstockBeach.com</option>';
var site2 = '<option value="http://shoesurfing.com">ShoeSurfing.com</option>';
var site3 = '<option value="http://saleshoeshack.com">SaleShoeShack.com</option>';
var site4 = '<option value="http://sheepskinshoes.com">SheepskinShoes.com</option>';
var site5 = '<option value="http://sheepskinbootcentral.com">SheepskinBootCentral.com</option>';
var site6 = '<option value="http://sheepskinshoestore.com">SheepskinShoeStore.com</option>';
var site7 = '<option value="http://winterslippers.com">WinterSlippers.com</option>';
var site8 = '<option value="http://earthbeach.com">EarthBeach.com</option>';
var site9 = '<option value="http://koolaburrabeach.com">KoolaburraBeach.com</option>';
var site10 = '<option value="http://svenbeach.com">SvenBeach.com</option>';
var site11 = '<option value="http://sportsandalbeach.com">SportSandalBeach.com</option>';
var site12 = '<option value="http://summerbeachsandals.com">SummerBeachSandals.com</option>';
var site13 = '<option value="http://discountsandaldepot.com">DiscountSandalDepot.com</option>';
var site14 = '<option value="http://stegmannbeach.com">StegmannBeach.com</option>';
var site15 = '<option value="http://klogsbeach.com">KlogsBeach.com</option>';
var site16 = '<option value="http://workshoebeach.com">WorkShoeBeach.com</option>';
var site17 = '<option value="http://handbagbeach.com">HandbagBeach.com</option>';
var site18 = '<option value="http://dinkyfeet.com">DinkyFeet.com</option>';
var site19 = '<option value="http://massagepillowgift.com">MassagePillowGift.com</option>';

var website_dropdown = select1 + select2 + select3b + option_blank2 + site1 + site2 + site3 + site4 + site5 + site6 + site7 + site8 + site9 + site10 + site11 + site12 + site13 + site14 + site15 + site16 + site17 + site18 + site19 + select_end;



// ORIGINAL DROP-DOWN FUNCTION (do NOT touch this!):

function MM_jumpMenu(targ,selObj,restore){ 
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}