
/***********************************************
* Image w/ description tooltip- By Dynamic Web Coding (www.dyn-web.com)
* Copyright 2002-2007 by Sharon Paine
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

/* IMPORTANT: Put script after tooltip div or 
	 put tooltip div just before </BODY>. */

var dom = (document.getElementById) ? true : false;
var ns5 = (!document.all && dom || window.opera) ? true: false;
var ie5 = ((navigator.userAgent.indexOf("MSIE")>-1) && dom) ? true : false;
var ie4 = (document.all && !dom) ? true : false;
var nodyn = (!ns5 && !ie4 && !ie5 && !dom) ? true : false;

var origWidth, origHeight;

// avoid error of passing event object in older browsers
if (nodyn) { event = "nope" }

///////////////////////  CUSTOMIZE HERE   ////////////////////
// settings for tooltip 
// Do you want tip to move when mouse moves over link?
var tipFollowMouse= true;	
// Be sure to set tipWidth wide enough for widest image
var tipWidth= 302;
var offX= 5;	// how far from mouse to show tip
var offY= 5; 
var tipFontFamily= "";
var tipFontSize= "";
// set default text color and background color for tooltip here
// individual tooltips can have their own (set in messages arrays)
// but don't have to
var tipFontColor= "";
var tipBgColor= "#FFFFFF"; 
var tipBorderColor= "#47C5DE";
var tipBorderWidth= 1;
var tipBorderStyle= "solid";
var tipPadding= 0;

// tooltip content goes here (image, description, optional bgColor, optional textcolor)
var messages = new Array();
// multi-dimensional arrays containing: 
// image and text for tooltip
// optional: bgColor and color to be sent to tooltip

//basic
messages[0] = new Array('productimages/bl/basic/Blue_d.jpg','');
messages[1] = new Array('productimages/bl/basic/BlueDot_d.jpg','');
messages[2] = new Array('productimages/bl/basic/BluePlaid_d.jpg','');
messages[3] = new Array('productimages/bl/basic/BlueWhiteStripe_d.jpg','');
messages[4] = new Array('productimages/bl/basic/Green_d.jpg','');
messages[5] = new Array('productimages/bl/basic/GreenDot_d.jpg','');
messages[6] = new Array('productimages/bl/basic/GreenPlaid_d.jpg','');
messages[7] = new Array('productimages/bl/basic/GreenWhiteStripe_d.jpg','');
messages[8] = new Array('productimages/bl/basic/Pink_d.jpg','');
messages[9] = new Array('productimages/bl/basic/PinkDot_d.jpg','');
messages[10] = new Array('productimages/bl/basic/PinkPlaid_d.jpg','');
messages[11] = new Array('productimages/bl/basic/PinkWhiteStripe_d.jpg','');
messages[12] = new Array('productimages/bl/basic/Purple_d.jpg','');
messages[13] = new Array('productimages/bl/basic/PurpleDot_d.jpg','');
messages[14] = new Array('productimages/bl/basic/PurplePlaid_d.jpg','');
messages[15] = new Array('productimages/bl/basic/PurpleWhiteStripe_d.jpg','');
messages[16] = new Array('productimages/bl/basic/Yellow_d.jpg','');
messages[17] = new Array('productimages/bl/basic/YellowDot_d.jpg','');
messages[18] = new Array('productimages/bl/basic/YellowPlaid_d.jpg','');
messages[19] = new Array('productimages/bl/basic/YellowWhiteStripe_d.jpg','');

//retro
messages[20] = new Array('productimages/bl/retro/bananablue_d.jpg','');
messages[21] = new Array('productimages/bl/retro/Bluebell_d.jpg','');
messages[22] = new Array('productimages/bl/retro/gettingonargyle_d.jpg','');
messages[23] = new Array('productimages/bl/retro/heatherrainbow_d.jpg','');
messages[24] = new Array('productimages/bl/retro/Huckleberry_d.jpg','');
messages[25] = new Array('productimages/bl/retro/Juniper_d.jpg','');
messages[26] = new Array('productimages/bl/retro/marco_d.jpg','');
messages[27] = new Array('productimages/bl/retro/olivekhaki_d.jpg','');
messages[28] = new Array('productimages/bl/retro/orangeandaqua_d.jpg','');
messages[29] = new Array('productimages/bl/retro/Phinney_d.jpg','');
messages[30] = new Array('productimages/bl/retro/polo_d.jpg','');
messages[31] = new Array('productimages/bl/retro/redbandana_d.jpg','');
messages[32] = new Array('productimages/bl/retro/','');
messages[33] = new Array('productimages/bl/retro/','');

//academy
messages[34] = new Array('productimages/bl/academy/BlackSport_d.jpg','');
messages[35] = new Array('productimages/bl/academy/GreenSport_d.jpg','');
messages[36] = new Array('productimages/bl/academy/MaroonSport_d.jpg','');
messages[37] = new Array('productimages/bl/academy/NavySport_d.jpg','');
messages[38] = new Array('productimages/bl/academy/OrangeSport_d.jpg','');
messages[39] = new Array('productimages/bl/academy/.jpg','');
messages[40] = new Array('productimages/bl/academy/PurpleSport_d.jpg','');
messages[41] = new Array('productimages/bl/academy/RedSport_d.jpg','');
messages[42] = new Array('productimages/bl/academy/RoyalSport_d.jpg','');
messages[43] = new Array('productimages/bl/academy/YellowSport_d.jpg','');

//earth
messages[44] = new Array('productimages/bl/earth/Bordeaux_d.jpg','');
messages[45] = new Array('productimages/bl/earth/Fishin_d.jpg','');
messages[46] = new Array('productimages/bl/earth/Loire_d.jpg','');
messages[47] = new Array('productimages/bl/earth/Merlot_d.jpg','');
messages[48] = new Array('productimages/bl/earth/O_ferngully_d.jpg','');
messages[49] = new Array('productimages/bl/earth/O_heron_d.jpg','');
messages[50] = new Array('productimages/bl/earth/O_marzipan_d.jpg','');
messages[51] = new Array('productimages/bl/earth/O_minipools_d.jpg','');
messages[52] = new Array('productimages/bl/earth/O_mossy_d.jpg','');
messages[53] = new Array('productimages/bl/earth/O_pebble_d.jpg','');
messages[54] = new Array('productimages/bl/earth/O_scandia_d.jpg','');
messages[55] = new Array('productimages/bl/earth/O_snorkel_d.jpg','');
messages[56] = new Array('productimages/bl/earth/O_stonecrop_d.jpg','');
messages[57] = new Array('productimages/bl/earth/organic_cotton_d.jpg','');
messages[58] = new Array('productimages/bl/earth/organic_wool_d.jpg','');
messages[59] = new Array('productimages/bl/earth/organiccotton_E_d.jpg','');
messages[60] = new Array('productimages/bl/earth/Pinot_d.jpg','');
messages[61] = new Array('productimages/bl/earth/Rioja_d.jpg','');
messages[62] = new Array('productimages/bl/earth/Scout_d.jpg','');
messages[63] = new Array('productimages/bl/earth/Skeet_d.jpg','');
messages[64] = new Array('productimages/bl/earth/Vino_d.jpg','');

//fresh
messages[65] = new Array('productimages/bl/fresh/anenome_d.jpg','');
messages[66] = new Array('productimages/bl/fresh/cinnamon_d.jpg','');
messages[67] = new Array('productimages/bl/fresh/creamribbed_d.jpg','');
messages[68] = new Array('productimages/bl/fresh/jellybean_d.jpg','');
messages[69] = new Array('productimages/bl/fresh/LimeDrop_d.jpg','');
messages[70] = new Array('productimages/bl/fresh/Petunia_d.jpg','');
messages[71] = new Array('productimages/bl/fresh/Popcicle_d.jpg','');
messages[72] = new Array('productimages/bl/fresh/PopHeart_d.jpg','');
messages[73] = new Array('productimages/bl/fresh/Sorbet_d.jpg','');
messages[74] = new Array('productimages/bl/fresh/StrawberryShortcake_d.jpg','');
messages[75] = new Array('productimages/bl/fresh/SweetHeart_d.jpg','');
messages[76] = new Array('productimages/bl/fresh/TickledPink_d.jpg','');
messages[77] = new Array('productimages/bl/fresh/watermelon_d.jpg','');
messages[78] = new Array('productimages/bl/fresh/whiteribbed_d.jpg','');

//funky
messages[79] = new Array('productimages/bl/funky/BlackRibbed_d.jpg','');
messages[80] = new Array('productimages/bl/funky/BlackWhite_d.jpg','');
messages[81] = new Array('productimages/bl/funky/BlueFlame_d.jpg','');
messages[82] = new Array('productimages/bl/funky/Bones_d.jpg','');
messages[83] = new Array('productimages/bl/funky/Bumblebee_d.jpg','');
messages[84] = new Array('productimages/bl/funky/Cow_d.jpg','');
messages[85] = new Array('productimages/bl/funky/Flame_d.jpg','');
messages[86] = new Array('productimages/bl/funky/Giraffe_d.jpg','');
messages[87] = new Array('productimages/bl/funky/JollyJack_d.jpg','');
messages[88] = new Array('productimages/bl/funky/JollyJill_d.jpg','');
messages[89] = new Array('productimages/bl/funky/Ladybug_d.jpg','');
messages[90] = new Array('productimages/bl/funky/PinkFlame_d.jpg','');
messages[91] = new Array('productimages/bl/funky/PinkStars_d.jpg','');
messages[92] = new Array('productimages/bl/funky/Rainbow_d.jpg','');
messages[93] = new Array('productimages/bl/funky/RedRibbed_d.jpg','');
messages[94] = new Array('productimages/bl/funky/RedWhite_d.jpg','');
messages[95] = new Array('productimages/bl/funky/SilverStars_d.jpg','');

//earth
messages[96] = new Array('productimages/bl/earth/Dolcetto_d.jpg','');

//modish
messages[97] = new Array('productimages/bl/modish/BlueBrown_d.jpg','');
messages[98] = new Array('productimages/bl/modish/DarkRye_d.jpg','');
messages[99] = new Array('productimages/bl/modish/JackJester_d.jpg','');
messages[100] = new Array('productimages/bl/modish/JackJillDot_d.jpg','');
messages[101] = new Array('productimages/bl/modish/JackStripe_d.jpg','');
messages[102] = new Array('productimages/bl/modish/JillJester_d.jpg','');
messages[103] = new Array('productimages/bl/modish/JillStripe_d.jpg','');
messages[104] = new Array('productimages/bl/modish/Neapolatin_d.jpg','');
messages[105] = new Array('productimages/bl/modish/PinkBrown_d.jpg','');
messages[106] = new Array('productimages/bl/modish/PurpleBrown_d.jpg','');

//seasonal
messages[107] = new Array('productimages/bl/seasonal/Cornucopia_d.jpg','');
messages[108] = new Array('productimages/bl/seasonal/Flurry_d.jpg','');
messages[109] = new Array('productimages/bl/seasonal/ItsyBitsy_d.jpg','');
messages[110] = new Array('productimages/bl/seasonal/PinkRibbon_d.jpg','');
messages[111] = new Array('productimages/bl/seasonal/Punkin_d.jpg','');
messages[112] = new Array('productimages/bl/seasonal/SantasHelper_d.jpg','');
messages[113] = new Array('productimages/bl/seasonal/Scarecrow_d.jpg','');
messages[114] = new Array('productimages/bl/seasonal/Stocking_d.jpg','');
messages[115] = new Array('productimages/bl/seasonal/Witch_d.jpg','');

//standard
messages[116] = new Array('productimages/bl/standard/I_HeartCanada_d.jpg','');
messages[117] = new Array('productimages/bl/standard/standard_ohcanadadark_d.jpg','');
messages[118] = new Array('productimages/bl/standard/standard_ohcanadalite_d.jpg','');
messages[119] = new Array('productimages/bl/standard/standard_unionjack_d.jpg','');
messages[120] = new Array('productimages/bl/standard/standard_usaflag_d.jpg','');

//supersoft
messages[121] = new Array('productimages/bl/supersoft/Americana_d.jpg','');
messages[122] = new Array('productimages/bl/supersoft/CottonCandy_d.jpg','');
messages[123] = new Array('productimages/bl/supersoft/Licorice_d.jpg','');
messages[124] = new Array('productimages/bl/supersoft/Lollipop_d.jpg','');
messages[125] = new Array('productimages/bl/supersoft/Panda_d.jpg','');
messages[126] = new Array('productimages/bl/supersoft/PassionFruit_d.jpg','');
messages[127] = new Array('productimages/bl/supersoft/Taffy_d.jpg','');

//giftsets
messages[128] = new Array('productimages/bl/giftsets/jack_giftset_d.jpg','');
messages[129] = new Array('productimages/bl/giftsets/jill_giftset_d.jpg','');
messages[130] = new Array('productimages/bl/giftsets/TeaTime_d.jpg','');

//bg
messages[131] = new Array('productimages/bl/bg/1984.jpg','');
messages[132] = new Array('productimages/bl/bg/ducks-in-a-row.jpg','');
messages[133] = new Array('productimages/bl/bg/hopscotch-jack.jpg','');
messages[134] = new Array('productimages/bl/bg/hopscotch-jill.jpg','');
messages[135] = new Array('productimages/bl/bg/spring-hippy-dance.jpg','');
messages[136] = new Array('productimages/bl/bg/sweet-greens.jpg','');
messages[137] = new Array('productimages/bl/bg/twilight-moon.jpg','');

//earth

messages[138] = new Array('productimages/bl/earth/cayenne.jpg','');
messages[139] = new Array('productimages/bl/earth/ivy_league.jpg','');
messages[140] = new Array('productimages/bl/earth/la_mer.jpg','');
messages[141] = new Array('productimages/bl/earth/pumkin.jpg','');
messages[142] = new Array('productimages/bl/earth/stone.jpg','');
messages[143] = new Array('productimages/bl/earth/tulip.jpg','');
messages[144] = new Array('productimages/bl/earth/o_rose.jpg','');

//minky

messages[145] = new Array('productimages/minky/big/b7100bluelatte.gif','');
messages[146] = new Array('productimages/minky/big/b7100pinksage.gif','');
messages[147] = new Array('productimages/minky/big/b7100blueyellow.gif','');
messages[148] = new Array('productimages/minky/big/b7100pinklavdot.gif','');
messages[149] = new Array('productimages/minky/big/b7100grape.gif','');
messages[150] = new Array('productimages/minky/big/b7100opal.gif','');
messages[151] = new Array('productimages/minky/big/b7100strawberry.gif','');
messages[152] = new Array('productimages/minky/big/b7100SAPPHIRE.gif','');
messages[153] = new Array('productimages/minky/big/b7100dalm.gif','');
messages[154] = new Array('productimages/minky/big/b7100pinkdalm.gif','');
messages[155] = new Array('productimages/minky/big/7100cheetah.gif','');
messages[156] = new Array('productimages/minky/big/7100zebra.gif','');
messages[157] = new Array('productimages/minky/big/7100cow.gif','');
messages[158] = new Array('productimages/minky/big/camoTP.gif','');
messages[159] = new Array('productimages/minky/big/7100blue-camo.gif','');
messages[160] = new Array('productimages/minky/big/pinkcamotp.gif','');
messages[161] = new Array('productimages/minky/big/pinksmalldotTP.gif','');
messages[162] = new Array('productimages/minky/big/7100blueonchoco.gif','');


//kiwi

messages[163] = new Array('productimages/kiwi/big/all_the_fish_in_the_sea.jpg','');
messages[164] = new Array('productimages/kiwi/big/artiste.jpg','');
messages[165] = new Array('productimages/kiwi/big/aviator.jpg','');
messages[166] = new Array('productimages/kiwi/big/big_butterfly.jpg','');
messages[167] = new Array('productimages/kiwi/big/clothesline_party.jpg','');
messages[168] = new Array('productimages/kiwi/big/dachs.jpg','');
messages[169] = new Array('productimages/kiwi/big/frolicking_puppies.jpg','');
messages[170] = new Array('productimages/kiwi/big/girlcamo.jpg','');
messages[171] = new Array('productimages/kiwi/big/hatsnmittensonchoc.jpg','');
messages[172] = new Array('productimages/kiwi/big/hoot.jpg','');
messages[173] = new Array('productimages/kiwi/big/latorgator.jpg','');
messages[174] = new Array('productimages/kiwi/big/littleboyblswpeapk.jpg','');
messages[175] = new Array('productimages/kiwi/big/mod_hawaiian.jpg','');
messages[176] = new Array('productimages/kiwi/big/olivia_octopus.jpg','');
messages[177] = new Array('productimages/kiwi/big/oogadark.jpg','');
messages[178] = new Array('productimages/kiwi/big/oogalight.jpg','');
messages[179] = new Array('productimages/kiwi/big/patsypanda.jpg','');
messages[180] = new Array('productimages/kiwi/big/peterpanda.jpg','');
messages[181] = new Array('productimages/kiwi/big/peace_garden.jpg','');
messages[182] = new Array('productimages/kiwi/big/robots.jpg','');
messages[183] = new Array('productimages/kiwi/big/spaceman.jpg','');
messages[184] = new Array('productimages/kiwi/big/springdaisy.jpg','');
messages[185] = new Array('productimages/kiwi/big/transportation.jpg','');
messages[186] = new Array('productimages/kiwi/big/watermelon_stripe.jpg','');
messages[187] = new Array('productimages/kiwi/big/whenpigsfly.jpg','');


//wahmiesos

messages[188] = new Array('productimages/wahmiesos/bluedotb.jpg','');
messages[189] = new Array('productimages/wahmiesos/butterb.jpg','');
messages[190] = new Array('productimages/wahmiesos/celeryb.jpg','');
messages[191] = new Array('productimages/wahmiesos/cowb.jpg','');
messages[192] = new Array('productimages/wahmiesos/lightblueb.jpg','');
messages[193] = new Array('productimages/wahmiesos/pinkdotb.jpg','');
messages[194] = new Array('productimages/wahmiesos/sageb.jpg','');
messages[195] = new Array('productimages/wahmiesos/seasprayb.jpg','');
messages[196] = new Array('productimages/wahmiesos/pinkb.jpg','');


//clover

messages[197] = new Array('productimages/clover/bluevariegated_large.jpg','');
messages[198] = new Array('productimages/clover/caribbean_large.jpg','');
messages[199] = new Array('productimages/clover/dusty_rose_large.jpg','');
messages[200] = new Array('productimages/clover/grape_large.jpg','');
messages[201] = new Array('productimages/clover/green_large.jpg','');
messages[202] = new Array('productimages/clover/hotpink_large.jpg','');
messages[203] = new Array('productimages/clover/lavender_large.jpg','');
messages[204] = new Array('productimages/clover/lemon_large.jpg','');
messages[205] = new Array('productimages/clover/light_blue_large.jpg','');
messages[206] = new Array('productimages/clover/lime_large.jpg','');
messages[207] = new Array('productimages/clover/mint_variegated_large.jpg','');
messages[208] = new Array('productimages/clover/navy_blue_large.jpg','');
messages[209] = new Array('productimages/clover/newsage_large.jpg','');
messages[210] = new Array('productimages/clover/pastel_large.jpg','');
messages[211] = new Array('productimages/clover/pink_variegated_large.jpg','');
messages[212] = new Array('productimages/clover/plum_large.jpg','');
messages[213] = new Array('productimages/clover/primaryvariegated_large.jpg','');
messages[214] = new Array('productimages/clover/pumpkin_large.jpg','');
messages[215] = new Array('productimages/clover/purple_variegated_large.jpg','');
messages[216] = new Array('productimages/clover/red_large.jpg','');
messages[217] = new Array('productimages/clover/redwhiteblue_large.jpg','');
messages[218] = new Array('productimages/clover/royal_blue_large.jpg','');
messages[219] = new Array('productimages/clover/SunandSky_large.jpg','');
messages[220] = new Array('productimages/clover/teal_large.jpg','');
messages[221] = new Array('productimages/clover/tuxedovariegated_large.jpg','');

//kiwi

messages[222] = new Array('productimages/kiwi/big/rainbow.jpg','');
messages[223] = new Array('productimages/kiwi/big/daguys.jpg','');
messages[224] = new Array('productimages/kiwi/big/funky.jpg','');

//rumparooz snap

messages[225] = new Array('productimages/rumparoozsnap/drybees_bamboo_back.jpg','');
messages[226] = new Array('productimages/rumparoozsnap/rumparooz_snap_aqua.jpg','');
messages[227] = new Array('productimages/rumparoozsnap/rumparooz_snap_bblue.jpg','');
messages[228] = new Array('productimages/rumparoozsnap/rumparooz_snap_celery.jpg','');
messages[229] = new Array('productimages/rumparoozsnap/rumparooz_snap_green.jpg','');
messages[230] = new Array('productimages/rumparoozsnap/rumparooz_snap_hpink.jpg','');
messages[231] = new Array('productimages/rumparoozsnap/rumparooz_snap_lavender.jpg','');
messages[232] = new Array('productimages/rumparoozsnap/rumparooz_snap_lime.jpg','');
messages[233] = new Array('productimages/rumparoozsnap/rumparooz_snap_melon.jpg','');
messages[234] = new Array('productimages/rumparoozsnap/rumparooz_snap_rasp.jpg','');
messages[235] = new Array('productimages/rumparoozsnap/rumparooz_snap_red.jpg','');
messages[236] = new Array('productimages/rumparoozsnap/rumparooz_snap_royal.jpg','');
messages[237] = new Array('productimages/rumparoozsnap/rumparooz_snap_yellow.jpg','');
messages[238] = new Array('productimages/rumparoozsnap/rumparooz_snp_bastian.jpg','');
messages[239] = new Array('productimages/rumparoozsnap/rumparooz_snp_camo.jpg','');
messages[240] = new Array('productimages/rumparoozsnap/rumparooz_snp_jack.jpg','');
messages[241] = new Array('productimages/rumparoozsnap/rumparooz_snp_jill.jpg','');
messages[242] = new Array('productimages/rumparoozsnap/rumparooz_snp_mady.jpg','');
messages[243] = new Array('productimages/rumparoozsnap/rumparooz_snp_suzi.jpg','');

//evolution

messages[244] = new Array('productimages/evo/evo1.jpg','');
messages[245] = new Array('productimages/evo/evo2.jpg','');
messages[246] = new Array('productimages/evo/evo3.jpg','');
messages[247] = new Array('productimages/evo/evo4.jpg','');
messages[248] = new Array('productimages/evo/evo5.jpg','');
messages[249] = new Array('productimages/evo/evo6.jpg','');
messages[250] = new Array('productimages/evo/evo7.jpg','');
messages[251] = new Array('productimages/evo/evo8.jpg','');
messages[252] = new Array('productimages/evo/evo9.jpg','');
messages[253] = new Array('productimages/evo/evo10.jpg','');
messages[254] = new Array('productimages/evo/evo11.jpg','');
messages[255] = new Array('productimages/evo/evo12.jpg','');

//imse

messages[256] = new Array('productimages/imse/Blue_Fish.jpg','');
messages[257] = new Array('productimages/imse/Green_Fish.jpg','');
messages[258] = new Array('productimages/imse/Orange_Fish.jpg','');
messages[259] = new Array('productimages/imse/Pink_Fish.jpg','');
messages[260] = new Array('productimages/imse/Red_Fish.jpg','');
messages[261] = new Array('productimages/imse/Turquoise_Fish.jpg','');
messages[262] = new Array('productimages/imse/Yellow_Fish.jpg','');
messages[263] = new Array('productimages/imse/Navy_Sea_Animal.jpg','');
messages[264] = new Array('productimages/imse/Pink_Sea_Animal.jpg','');
messages[265] = new Array('productimages/imse/Turquoise_Sea_Animal.jpg','');
messages[266] = new Array('productimages/imse/Yellow_Sea_Animal.jpg','');
messages[267] = new Array('productimages/imse/Black_Lizard.jpg','');
messages[268] = new Array('productimages/imse/Red_Lizard.jpg','');
messages[269] = new Array('productimages/imse/Pink_and_White_Flower.jpg','');

//blueberry os

messages[270] = new Array('productimages/berryos/periwinkle.jpg','');
messages[271] = new Array('productimages/berryos/celery.jpg','');
messages[272] = new Array('productimages/berryos/butter.jpg','');
messages[273] = new Array('productimages/berryos/newprintbluebamboo.jpg','');
messages[274] = new Array('productimages/berryos/newprintpink.jpg','');
messages[275] = new Array('productimages/berryos/cow.jpg','');
messages[276] = new Array('productimages/berryos/pinkonchoco.jpg','');
messages[277] = new Array('productimages/berryos/blueonchoco.jpg','');

//blueberry os minky

messages[278] = new Array('productimages/blueberryos/pinkonchoco.jpg','');
messages[279] = new Array('productimages/blueberryos/blueonchoco.jpg','');
messages[280] = new Array('productimages/blueberryos/sageonchoco.jpg','');
messages[281] = new Array('productimages/blueberryos/bluelatte.jpg','');
messages[282] = new Array('productimages/blueberryos/pinksage.jpg','');
messages[283] = new Array('productimages/blueberryos/lemonlime.jpg','');

//rockyosd

messages[284] = new Array('productimages/rockyosd/berrylemon.jpg','');
messages[285] = new Array('productimages/rockyosd/berrylime.jpg','');
messages[286] = new Array('productimages/rockyosd/grapefruitlemon.jpg','');
messages[287] = new Array('productimages/rockyosd/grapefruitlime.jpg','');
messages[288] = new Array('productimages/rockyosd/lemonberry.jpg','');
messages[289] = new Array('productimages/rockyosd/lemonlime.jpg','');
messages[290] = new Array('productimages/rockyosd/limelemon.jpg','');
messages[291] = new Array('productimages/rockyosd/limeberry.jpg','');

//coveralls

messages[292] = new Array('productimages/coveralls/bluesummer_snaps.jpg','');
messages[293] = new Array('productimages/coveralls/butter_snaps.jpg','');
messages[294] = new Array('productimages/coveralls/cow_snaps.jpg','');
messages[295] = new Array('productimages/coveralls/meadowgreen_snaps.jpg','');
messages[296] = new Array('productimages/coveralls/mintblue_snaps.jpg','');
messages[297] = new Array('productimages/coveralls/periwinkle_snaps.jpg','');
messages[298] = new Array('productimages/coveralls/pink_snaps.jpg','');
messages[299] = new Array('productimages/coveralls/pinklemonade_snaps.jpg','');
messages[300] = new Array('productimages/coveralls/white_snaps.jpg','');
messages[301] = new Array('productimages/coveralls/bluesummer.jpg','');
messages[302] = new Array('productimages/coveralls/butter.jpg','');
messages[303] = new Array('productimages/coveralls/cow.jpg','');
messages[304] = new Array('productimages/coveralls/meadowgreen.jpg','');
messages[305] = new Array('productimages/coveralls/mintblue.jpg','');
messages[306] = new Array('productimages/coveralls/pink.jpg','');
messages[307] = new Array('productimages/coveralls/pinklemonade.jpg','');
messages[308] = new Array('productimages/coveralls/white.jpg','');
messages[309] = new Array('productimages/coveralls/blueonchocolate.jpg','');
messages[310] = new Array('productimages/coveralls/pinkonchocolate.jpg','');
messages[311] = new Array('productimages/coveralls/periwinkle.jpg','');
messages[312] = new Array('productimages/coveralls/blueonchocolate_snaps.jpg','');
messages[313] = new Array('productimages/coveralls/pinkonchocolate_snaps.jpg','');

//kiwi

messages[314] = new Array('site_images/Elliott-Elephant-Kiwi-Pie.jpg','');
messages[315] = new Array('site_images/Little-Boy-Blue-Kiwi-Pie.jpg','');
messages[316] = new Array('productimages/kiwi/big/elliotelephant.jpg','');
messages[317] = new Array('productimages/kiwi/big/choochoo.jpg','');
messages[318] = new Array('productimages/kiwi/big/denimdogs.jpg','');
messages[319] = new Array('productimages/kiwi/big/pinklemonade.jpg','');
messages[320] = new Array('productimages/kiwi/big/pinkpups.jpg','');
messages[321] = new Array('productimages/kiwi/big/pinkrainbow.jpg','');
messages[322] = new Array('productimages/kiwi/big/tangstripe.jpg','');
messages[323] = new Array('productimages/kiwi/big/tommyturtle.jpg','');

//rockyosd

messages[324] = new Array('productimages/rockyosd/mangoberry.jpg','');
messages[325] = new Array('productimages/rockyosd/mangolemon.jpg','');
messages[326] = new Array('productimages/rockyosd/mangolime.jpg','');

//kiwi

messages[327] = new Array('productimages/kiwi/big/littleboyblue.jpg','');

//babykangas

messages[328] = new Array('productimages/babykangas/buttercup.jpg','');
messages[329] = new Array('productimages/babykangas/cornflower.jpg','');
messages[330] = new Array('productimages/babykangas/daisy.jpg','');
messages[331] = new Array('productimages/babykangas/flamingo.jpg','');
messages[332] = new Array('productimages/babykangas/froggy.jpg','');
messages[333] = new Array('productimages/babykangas/honeydew.jpg','');
messages[334] = new Array('productimages/babykangas/ladybug.jpg','');
messages[335] = new Array('productimages/babykangas/orca.jpg','');
messages[336] = new Array('productimages/babykangas/peacock.jpg','');
messages[337] = new Array('productimages/babykangas/robinsegg.jpg','');
messages[338] = new Array('productimages/babykangas/seabreeze.jpg','');
messages[339] = new Array('productimages/babykangas/tangerine.jpg','');
messages[340] = new Array('productimages/babykangas/vineyard.jpg','');
messages[341] = new Array('productimages/babykangas/wisteria.jpg','');

//rumparooz snap

messages[342] = new Array('productimages/rumparoozsnap/rumparooz_snp_powder.jpg','');
messages[343] = new Array('productimages/rumparoozsnap/rumparooz_snp_tulip.jpg','');
messages[344] = new Array('productimages/rumparoozsnap/rumparooz_snp_cherry.jpg','');
messages[345] = new Array('productimages/rumparoozsnap/rumparooz_snp_amethyst.jpg','');
messages[346] = new Array('productimages/rumparoozsnap/rumparooz_snp_platinum.jpg','');
messages[347] = new Array('productimages/rumparoozsnap/rumparooz_snp_white.jpg','');
messages[348] = new Array('productimages/rumparoozsnap/rumparooz_whaletale.jpg','');
messages[349] = new Array('productimages/rumparoozsnap/rumparooz_lilmonseter.jpg','');
messages[350] = new Array('productimages/rumparoozsnap/rumparooz_gumball.jpg','');

//hh fleece

messages[351] = new Array('productimages/hhfleece/lightpink.jpg','');
messages[352] = new Array('productimages/hhfleece/navy.jpg','');
messages[353] = new Array('productimages/hhfleece/sage.jpg','');

//so simple

messages[354] = new Array('productimages/sosimple/burgundy.jpg','');
messages[355] = new Array('productimages/sosimple/butter.jpg','');
messages[356] = new Array('productimages/sosimple/cantaloupe.jpg','');
messages[357] = new Array('productimages/sosimple/darkforest.jpg','');
messages[358] = new Array('productimages/sosimple/lightblue.jpg','');
messages[359] = new Array('productimages/sosimple/lightforest.jpg','');
messages[360] = new Array('productimages/sosimple/lightpink.jpg','');
messages[361] = new Array('productimages/sosimple/lime.jpg','');
messages[362] = new Array('productimages/sosimple/melon.jpg','');
messages[363] = new Array('productimages/sosimple/mint.jpg','');
messages[364] = new Array('productimages/sosimple/navy.jpg','');
messages[365] = new Array('productimages/sosimple/orange.jpg','');
messages[366] = new Array('productimages/sosimple/periwinkle.jpg','');
messages[367] = new Array('productimages/sosimple/purple.jpg','');
messages[368] = new Array('productimages/sosimple/royalblue.jpg','');
messages[369] = new Array('productimages/sosimple/seafoam.jpg','');
messages[370] = new Array('productimages/sosimple/teal.jpg','');
messages[371] = new Array('productimages/sosimple/white.jpg','');
messages[372] = new Array('productimages/sosimple/yellow.jpg','');

//rockyosd

messages[373] = new Array('productimages/rockyosd/icelemon.jpg','');
messages[374] = new Array('productimages/rockyosd/iceberry.jpg','');

//seasonal

messages[375] = new Array('productimages/bl/seasonal/xoxo_d.jpg','');
messages[376] = new Array('productimages/bl/seasonal/potogold_d.jpg','');
messages[377] = new Array('productimages/bl/seasonal/mardigras_d.jpg','');
messages[378] = new Array('productimages/bl/seasonal/bunnylane_d.jpg','');

//cool

messages[379] = new Array('productimages/bl/cool/flutter_d.jpg','');
messages[380] = new Array('productimages/bl/cool/carnival_d.jpg','');
messages[381] = new Array('productimages/bl/cool/ringtoss_d.jpg','');
messages[382] = new Array('productimages/bl/cool/daisy_d.jpg','');
messages[383] = new Array('productimages/bl/cool/jubilee_d.jpg','');
messages[384] = new Array('productimages/bl/cool/sailboat_d.jpg','');

//newfor2009

messages[385] = new Array('productimages/bl/newfor2009/chutes_d.jpg','');
messages[386] = new Array('productimages/bl/newfor2009/ladders_d.jpg','');
messages[387] = new Array('productimages/bl/newfor2009/abacus_d.jpg','');
messages[388] = new Array('productimages/bl/newfor2009/marbles_d.jpg','');
messages[389] = new Array('productimages/bl/newfor2009/leapfrog_d.jpg','');
messages[390] = new Array('productimages/bl/newfor2009/hopscotch_d.jpg','');
messages[391] = new Array('productimages/bl/newfor2009/parade_d.jpg','');

//apple

messages[392] = new Array('productimages/apple/CherryTomato.jpg','');
messages[393] = new Array('productimages/apple/LemonZest.jpg','');
messages[394] = new Array('productimages/apple/Eucalyptus.jpg','');
messages[395] = new Array('productimages/apple/Coriander.jpg','');
messages[396] = new Array('productimages/apple/StLucia.jpg','');
messages[397] = new Array('productimages/apple/SailorsBlue.jpg','');
messages[398] = new Array('productimages/apple/MrsRobinson.jpg','');
messages[399] = new Array('productimages/apple/Periwinkle.jpg','');
messages[400] = new Array('productimages/apple/RasberrySorbet.jpg','');
messages[401] = new Array('productimages/apple/Forgetmenot.jpg','');

//rockyosd

messages[402] = new Array('productimages/rockyosd/rmmooberry.jpg','');
messages[403] = new Array('productimages/rockyosd/rmmoolime.jpg','');
messages[404] = new Array('productimages/rockyosd/rmmoolemon.jpg','');

//fboshs

messages[405] = new Array('productimages/fboshs/Fb-onesize-apple-green.jpg','');
messages[406] = new Array('productimages/fboshs/Fb-onesize-babypink.jpg','');
messages[407] = new Array('productimages/fboshs/Fb-onesize-bubblegum.jpg','');
messages[408] = new Array('productimages/fboshs/Fb-onesize-butter.jpg','');
messages[409] = new Array('productimages/fboshs/Fb-onesize-forest.jpg','');
messages[410] = new Array('productimages/fboshs/Fb-onesize-orange.jpg','');
messages[411] = new Array('productimages/fboshs/Fb-onesize-periwinkle.jpg','');
messages[412] = new Array('productimages/fboshs/Fb-onesize-red.jpg','');
messages[413] = new Array('productimages/fboshs/Fb-onesize-sage.jpg','');
messages[414] = new Array('productimages/fboshs/Fb-onesize-white.jpg','');
messages[415] = new Array('productimages/fboshs/Fb-onesize-yellow.jpg','');
messages[416] = new Array('productimages/fboshs/Fb-onesize-blue-daisies.jpg','');
messages[417] = new Array('productimages/fboshs/Fb-onesize-green-daisies.jpg','');
messages[418] = new Array('productimages/fboshs/Fb-onesize-lavender-daisies.jpg','');
messages[419] = new Array('productimages/fboshs/Fb-onesize-red-daisies.jpg','');

//chico

messages[420] = new Array('productimages/chico/diapershops-bag-blue1.jpg','');
messages[421] = new Array('productimages/chico/diapershops-bag-blue.jpg','');
messages[422] = new Array('productimages/chico/diapershops-bag-purple1.jpg','');
messages[423] = new Array('productimages/chico/diapershops-bag-purple.jpg','');

//kiwi

messages[424] = new Array('productimages/kiwi/big/berriesandbutterflies.jpg','');
messages[425] = new Array('productimages/kiwi/big/chocgiraffe.jpg','');
messages[426] = new Array('productimages/kiwi/big/jillstripe.jpg','');
messages[427] = new Array('productimages/kiwi/big/knittransportation.jpg','');
messages[428] = new Array('productimages/kiwi/big/landingzone.jpg','');
messages[429] = new Array('productimages/kiwi/big/olivestripe.jpg','');
messages[430] = new Array('productimages/kiwi/big/surfboards.jpg','');
messages[431] = new Array('productimages/kiwi/big/thermaltrans.jpg','');
messages[432] = new Array('productimages/kiwi/big/turqstripe.jpg','');

//knos

messages[433] = new Array('productimages/knos/kn-os-babyblue.jpg','');
messages[434] = new Array('productimages/knos/kn-os-brown.jpg','');
messages[435] = new Array('productimages/knos/kn-os-butter.jpg','');
messages[436] = new Array('productimages/knos/kn-os-celery.jpg','');
messages[437] = new Array('productimages/knos/kn-os-pink.jpg','');
messages[438] = new Array('productimages/knos/kn-os-turquoise.jpg','');

//softbums

messages[439] = new Array('productimages/softbums/softbums-aqua.jpg','');
messages[440] = new Array('productimages/softbums/softbums-bubblegum.jpg','');
messages[441] = new Array('productimages/softbums/softbums-buttercup.jpg','');
messages[442] = new Array('productimages/softbums/softbums-coffee.jpg','');
messages[443] = new Array('productimages/softbums/softbums-lilac.jpg','');
messages[444] = new Array('productimages/softbums/softbums-lime.jpg','');
messages[445] = new Array('productimages/softbums/softbums-powder.jpg','');
messages[446] = new Array('productimages/softbums/softbums-pumpkin.jpg','');
messages[447] = new Array('productimages/softbums/softbums-red.jpg','');
messages[448] = new Array('productimages/softbums/softbums-sage.jpg','');
messages[449] = new Array('productimages/softbums/softbums-white.jpg','');

//dreameze

messages[450] = new Array('productimages/dreameze/kiwi.jpg','');
messages[451] = new Array('productimages/dreameze/mandarin.jpg','');
messages[452] = new Array('productimages/dreameze/blackberry.jpg','');
messages[453] = new Array('productimages/dreameze/vanilla.jpg','');

//gro

messages[454] = new Array('productimages/gro/mandarin.jpg','');
messages[455] = new Array('productimages/gro/kiwi.jpg','');
messages[456] = new Array('productimages/gro/blueberry.jpg','');
messages[457] = new Array('productimages/gro/vanilla.jpg','');
messages[458] = new Array('productimages/gro/vanilla_snap.jpg','');

//kissaluvs

messages[459] = new Array('productimages/kissaluvs/kissaluvs-blue-zoo.jpg','');
messages[460] = new Array('productimages/kissaluvs/kissaluvs-two-hoots.jpg','');
messages[461] = new Array('productimages/kissaluvs/kissaluvs-mocca-swirl.jpg','');

//fboshs

messages[462] = new Array('productimages/fboshs/Fb-onesize-aqua.jpg','');
messages[463] = new Array('productimages/fboshs/Fb-onesize-baby-blue.jpg','');

//blueberry

messages[464] = new Array('productimages/blueberry/sage.jpg','');
messages[465] = new Array('productimages/blueberry/butter.jpg','');
messages[466] = new Array('productimages/blueberry/pink.jpg','');
messages[467] = new Array('productimages/blueberry/white.jpg','');
messages[468] = new Array('productimages/blueberry/blue.jpg','');

//kissaluvswipes

messages[469] = new Array('productimages/kissaluvswipes/fabric_wipes_stripey.jpg','');
messages[470] = new Array('productimages/kissaluvswipes/fabric_wipes_bloom.jpg','');
messages[471] = new Array('productimages/kissaluvswipes/fabric_wipes_mermaids.jpg','');

//smartipants

messages[472] = new Array('productimages/smartipants/blue.jpg','');
messages[473] = new Array('productimages/smartipants/lavendar.jpg','');
messages[474] = new Array('productimages/smartipants/green.jpg','');
messages[475] = new Array('productimages/smartipants/pink.jpg','');
messages[476] = new Array('productimages/smartipants/seaspray.jpg','');
messages[477] = new Array('productimages/smartipants/white.jpg','');
messages[478] = new Array('productimages/smartipants/yellow.jpg','');

//smartipantspack

messages[479] = new Array('productimages/smartipantspack/boys.jpg','');
messages[480] = new Array('productimages/smartipantspack/girls.jpg','');
messages[481] = new Array('productimages/smartipantspack/neutral.jpg','');
messages[482] = new Array('productimages/smartipantspack/white.jpg','');

//bellybandit

messages[483] = new Array('productimages/bellybandit/Black-Bamboo.jpg','');
messages[484] = new Array('productimages/bellybandit/Black-Hearts-Love.jpg','');
messages[485] = new Array('productimages/bellybandit/Black-Leopard.jpg','');
messages[486] = new Array('productimages/bellybandit/Black-Orignal.jpg','');
messages[487] = new Array('productimages/bellybandit/Black-Pink-Hearts-Love.jpg','');
messages[488] = new Array('productimages/bellybandit/Nude-Bamboo.jpg','');
messages[489] = new Array('productimages/bellybandit/Nude-Original.jpg','');
messages[490] = new Array('productimages/bellybandit/Nude-Plad.jpg','');
messages[491] = new Array('productimages/bellybandit/Nude-Retro.jpg','');
messages[492] = new Array('productimages/bellybandit/White-Hearts-Love.jpg','');
messages[493] = new Array('productimages/bellybandit/White-Original.jpg','');
messages[494] = new Array('productimages/bellybandit/White-Paisley.jpg','');
messages[495] = new Array('productimages/bellybandit/White-Zebra.jpg','');

//coverallsdeluxe

messages[496] = new Array('productimages/coverallsdeluxesnap/8899blue.jpg','');
messages[497] = new Array('productimages/coverallsdeluxesnap/8899butter.jpg','');
messages[498] = new Array('productimages/coverallsdeluxesnap/8899celery.jpg','');
messages[499] = new Array('productimages/coverallsdeluxesnap/8899lavender.jpg','');
messages[500] = new Array('productimages/coverallsdeluxesnap/8899orange.jpg','');
messages[501] = new Array('productimages/coverallsdeluxesnap/8899periwinkle.jpg','');
messages[502] = new Array('productimages/coverallsdeluxesnap/8899pink.jpg','');
messages[503] = new Array('productimages/coverallsdeluxesnap/8899red.jpg','');
messages[504] = new Array('productimages/coverallsdeluxesnap/8899white.jpg','');
messages[505] = new Array('productimages/coverallsdeluxesnap/8899yellow.jpg','');
messages[506] = new Array('productimages/coverallsdeluxesnap/ospulgreen2.jpg','');
messages[507] = new Array('productimages/coverallsdeluxesnap/8899blueonchoco300.jpg','');
messages[508] = new Array('productimages/coverallsdeluxesnap/8899cow300.jpg','');
messages[509] = new Array('productimages/coverallsdeluxesnap/8899PINKLEMONADE300.jpg','');
messages[510] = new Array('productimages/coverallsdeluxesnap/8899pinkonchoco300.jpg','');
messages[511] = new Array('productimages/coverallsdeluxesnap/b8899newprintblue300.jpg','');
messages[512] = new Array('productimages/coverallsdeluxesnap/bbdeluxelemonlimesnap.jpg','');

messages[513] = new Array('productimages/coverallsdeluxe/8800butter.jpg','');
messages[514] = new Array('productimages/coverallsdeluxe/8800lavender.jpg','');
messages[515] = new Array('productimages/coverallsdeluxe/8800periwinkle.jpg','');
messages[516] = new Array('productimages/coverallsdeluxe/8800white.jpg','');
messages[517] = new Array('productimages/coverallsdeluxe/b8800meadow_green.jpg','');
messages[518] = new Array('productimages/coverallsdeluxe/b8800medblue.jpg','');
messages[519] = new Array('productimages/coverallsdeluxe/b8800medgreen.jpg','');
messages[520] = new Array('productimages/coverallsdeluxe/b8800medorange.jpg','');
messages[521] = new Array('productimages/coverallsdeluxe/b8800medred.jpg','');
messages[522] = new Array('productimages/coverallsdeluxe/b8800medyellow.jpg','');
messages[523] = new Array('productimages/coverallsdeluxe/9800mintblue300.jpg','');
messages[524] = new Array('productimages/coverallsdeluxe/b8800bubblegum.jpg','');
messages[525] = new Array('productimages/coverallsdeluxe/8800BLUESUMMER300.jpg','');
messages[526] = new Array('productimages/coverallsdeluxe/8800COW300.jpg','');
messages[527] = new Array('productimages/coverallsdeluxe/8800PINKLEMONADE.jpg','');
messages[528] = new Array('productimages/coverallsdeluxe/8800pinkonchoco300.jpg','');
messages[529] = new Array('productimages/coverallsdeluxe/bbdeluxelemonlimehl.jpg','');

//coveralls

messages[530] = new Array('productimages/coveralls/coveralllemonlimesnap.jpg','');
messages[531] = new Array('productimages/coveralls/coveralllemonlimehl.jpg','');

//rockyosd

messages[532] = new Array('productimages/rockyosd/MonkeyBerry.jpg','');
messages[533] = new Array('productimages/rockyosd/monkeylemon.jpg','');

//knickernappies

messages[534] = new Array('productimages/knickernappies/doorknobdiaperpailblue.jpg','');
messages[535] = new Array('productimages/knickernappies/doorknobdiaperpailbutter.jpg','');
messages[536] = new Array('productimages/knickernappies/doorknobdiaperpailcelery.jpg','');
messages[537] = new Array('productimages/knickernappies/doorknobdiaperpailchocolate.jpg','');
messages[538] = new Array('productimages/knickernappies/doorknobdiaperpailraspberry.jpg','');
messages[539] = new Array('productimages/knickernappies/doorknobdiaperpailseaspray.jpg','');
messages[540] = new Array('productimages/knickernappies/doorknobdiaperpailturquoise.jpg','');
messages[541] = new Array('productimages/knickernappies/doorknobdiaperpailwhite.jpg','');

//littlebeetle

messages[542] = new Array('productimages/littlebeetle/ltbBlueMidSnapTrans350.jpg','');
messages[543] = new Array('productimages/littlebeetle/ltbGreenAplicClosedTran350.jpg','');
messages[544] = new Array('productimages/littlebeetle/ltbOrangeLargeSnap350ish.jpg','');

//rumparooz snap

messages[545] = new Array('productimages/rumparoozsnap/rumparooz_kangarooz.jpg','');
messages[546] = new Array('productimages/rumparoozsnap/rumparooz_ladder.jpg','');
messages[547] = new Array('productimages/rumparoozsnap/rumparooz_lux.jpg','');

//pwwetbags

messages[548] = new Array('productimages/pwwetbags/AquaAmbience300.jpg','');
messages[549] = new Array('productimages/pwwetbags/Aquaswirl300.jpg','');
messages[550] = new Array('productimages/pwwetbags/ArtDeco300.jpg','');
messages[551] = new Array('productimages/pwwetbags/BlackCurlyQ300.jpg','');
messages[552] = new Array('productimages/pwwetbags/DaisyDream300.jpg','');
messages[553] = new Array('productimages/pwwetbags/DotTastic300.jpg','');
messages[554] = new Array('productimages/pwwetbags/GeometricStudio300.jpg','');
messages[555] = new Array('productimages/pwwetbags/GreenMeadow300.jpg','');
messages[556] = new Array('productimages/pwwetbags/OuterSpace300.jpg','');
messages[557] = new Array('productimages/pwwetbags/PinkSwirl300.jpg','');
messages[558] = new Array('productimages/pwwetbags/PlayfulPaisley300.jpg','');
messages[559] = new Array('productimages/pwwetbags/PurpleHoneycomb300.jpg','');
messages[560] = new Array('productimages/pwwetbags/PWBagBlackSmMed.jpg','');
messages[561] = new Array('productimages/pwwetbags/PWBagBlueVistaSmMed.jpg','');
messages[562] = new Array('productimages/pwwetbags/PWBagFiesta.jpg','');
messages[563] = new Array('productimages/pwwetbags/PWBagOrgLeafSmMed.jpg','');
messages[564] = new Array('productimages/pwwetbags/PWSwatchBangleDot.jpg','');
messages[565] = new Array('productimages/pwwetbags/PWSwatchBlueMod.jpg','');
messages[566] = new Array('productimages/pwwetbags/RiverRock300.jpg','');
messages[567] = new Array('productimages/pwwetbags/Taxi300.jpg','');

//pwwetdry

messages[568] = new Array('productimages/pwwetdry/WDAquaAmbience.jpg','');
messages[569] = new Array('productimages/pwwetdry/WDAquaSwirl.jpg','');
messages[570] = new Array('productimages/pwwetdry/WDArtDeco.jpg','');
messages[571] = new Array('productimages/pwwetdry/WDBlackCurlyQ.jpg','');
messages[572] = new Array('productimages/pwwetdry/WDDaisyDream.jpg','');
messages[573] = new Array('productimages/pwwetdry/WDDotTastic.jpg','');
messages[574] = new Array('productimages/pwwetdry/WDGeometricStudio.jpg','');
messages[575] = new Array('productimages/pwwetdry/WDGreenMeadow.jpg','');
messages[576] = new Array('productimages/pwwetdry/WDOuterSpace.jpg','');
messages[577] = new Array('productimages/pwwetdry/WDPinkSwirl.jpg','');
messages[578] = new Array('productimages/pwwetdry/WDPlayfulPaisley.jpg','');
messages[579] = new Array('productimages/pwwetdry/WDPurpleHoneyComb.jpg','');
messages[580] = new Array('productimages/pwwetdry/3-Black.jpg','');
messages[581] = new Array('productimages/pwwetdry/1-OrganicBlueVista.jpg','');
messages[582] = new Array('productimages/pwwetdry/1-FiestaSwatch.jpg','');
messages[583] = new Array('productimages/pwwetdry/1-LeafSwatch.jpg','');
messages[584] = new Array('productimages/pwwetdry/2-BangleDotsSwatch.jpg','');
messages[585] = new Array('productimages/pwwetdry/2-BlueMod.jpg','');
messages[586] = new Array('productimages/pwwetdry/WDRiverRock.jpg','');
messages[587] = new Array('productimages/pwwetdry/WDTaxi.jpg','');

//pwhanging

messages[588] = new Array('productimages/pwhanging/WDHAquaAmbience.jpg','');
messages[589] = new Array('productimages/pwhanging/WDHAquaSwirl.jpg','');
messages[590] = new Array('productimages/pwhanging/WDHArtDeco.jpg','');
messages[591] = new Array('productimages/pwhanging/WDHBlackCurlyQ.jpg','');
messages[592] = new Array('productimages/pwhanging/WDHDaisyDream.jpg','');
messages[593] = new Array('productimages/pwhanging/WDHDotTastic.jpg','');
messages[594] = new Array('productimages/pwhanging/WDHGeoMetricStudio.jpg','');
messages[595] = new Array('productimages/pwhanging/WDHGreenMeadow.jpg','');
messages[596] = new Array('productimages/pwhanging/WDHOuterSpace.jpg','');
messages[597] = new Array('productimages/pwhanging/WDHPinkSwirl.jpg','');
messages[598] = new Array('productimages/pwhanging/WDHPlayfulPaisley.jpg','');
messages[599] = new Array('productimages/pwhanging/WDHPurpleHoneyComb.jpg','');
messages[600] = new Array('productimages/pwhanging/2-Black.jpg','');
messages[601] = new Array('productimages/pwhanging/OrganicBlueVista.jpg','');
messages[602] = new Array('productimages/pwhanging/FiestaSwatch.jpg','');
messages[603] = new Array('productimages/pwhanging/LeafSwatch.jpg','');
messages[604] = new Array('productimages/pwhanging/BangleDotsSwatch.jpg','');
messages[605] = new Array('productimages/pwhanging/BlueMod.jpg','');
messages[606] = new Array('productimages/pwhanging/WDHRiverRock.jpg','');
messages[607] = new Array('productimages/pwhanging/WDHTaxi.jpg','');

//smartipack

messages[608] = new Array('productimages/smartipack/pack-sp-pure.jpg','');
messages[609] = new Array('productimages/smartipack/pack-sp-keepin-neutral.jpg','');
messages[610] = new Array('productimages/smartipack/pack-sp-pink.jpg','');
messages[611] = new Array('productimages/smartipack/pack-sp-boys.jpg','');
messages[612] = new Array('productimages/smartipack/pack-sp-meadow.jpg','');
messages[613] = new Array('productimages/smartipack/pack-sp-butter.jpg','');
messages[614] = new Array('productimages/smartipack/pack-sp-girly.jpg','');
messages[615] = new Array('productimages/smartipack/pack-sp-highsky.jpg','');

//fboshs

messages[638] = new Array('productimages/fboshs/Fb-onesize-lavender.jpg','');

//fboshs

messages[652] = new Array('productimages/fboshs/Fb-onesize-yellow.jpg','');

//smartipack

messages[780] = new Array('productimages/smartipack/pack-sp-cocoa-mint.jpg','');
messages[781] = new Array('productimages/smartipack/pack-sp-cocoas.jpg','');

//smartipants

messages[782] = new Array('productimages/smartipants/cocoa.jpg','');

//fboshs

messages[870] = new Array('productimages/fboshs/Fb-onesize-blue.jpg','');

////////////////////  END OF CUSTOMIZATION AREA  ///////////////////

// preload images that are to appear in tooltip
// from arrays above

/*
if (document.images) {
	var theImgs = new Array();
	for (var i=0; i<messages.length; i++) {
  	theImgs[i] = new Image();
		theImgs[i].src = messages[i][0];
  }
}
*/


// to layout image and text, 2-row table, image centered in top cell
// these go in var tip in doTooltip function
// startStr goes before image, midStr goes between image and text
var startStr = '<table width="' + tipWidth + '" border="0" cellspacing="0" cellpadding="0"><tr><td align="center" width="100%"><img src="';
var midStr = '" border="0"></td></tr><tr><td valign="top">';
var endStr = '</td></tr></table>';

////////////////////////////////////////////////////////////
//  initTip	- initialization for tooltip.
//		Global variables for tooltip. 
//		Set styles
//		Set up mousemove capture if tipFollowMouse set true.
////////////////////////////////////////////////////////////
var tooltip, tipcss;
function initTip() {
	if (nodyn) return;
	tooltip = (ie4)? document.all['tipDiv']: (ie5||ns5)? document.getElementById('tipDiv'): null;
	tipcss = tooltip.style;
	if (ie4||ie5||ns5) {	// ns4 would lose all this on rewrites
		tipcss.width = tipWidth+"px";
		tipcss.fontFamily = tipFontFamily;
		tipcss.fontSize = tipFontSize;
		tipcss.color = tipFontColor;
		tipcss.backgroundColor = tipBgColor;
		tipcss.borderColor = tipBorderColor;
		tipcss.borderWidth = tipBorderWidth+"px";
		tipcss.padding = tipPadding+"px";
		tipcss.borderStyle = tipBorderStyle;
	}
	if (tooltip&&tipFollowMouse) {
		document.onmousemove = trackMouse;
	}
}

window.onload = initTip;

/////////////////////////////////////////////////
//  doTooltip function
//			Assembles content for tooltip and writes 
//			it to tipDiv
/////////////////////////////////////////////////
var t1,t2;	// for setTimeouts
var tipOn = false;	// check if over tooltip link
function doTooltip(evt,num) {
	if (!tooltip) return;
	if (t1) clearTimeout(t1);	if (t2) clearTimeout(t2);
	tipOn = true;
	// set colors if included in messages array
	if (messages[num][2])	var curBgColor = messages[num][2];
	else curBgColor = tipBgColor;
	if (messages[num][3])	var curFontColor = messages[num][3];
	else curFontColor = tipFontColor;
	if (ie4||ie5||ns5) {
		var tip = startStr + messages[num][0] + midStr + '<span style="font-family:' + tipFontFamily + '; font-size:' + tipFontSize + '; color:' + curFontColor + ';">' + messages[num][1] + '</span>' + endStr;
		tipcss.backgroundColor = curBgColor;
	 	tooltip.innerHTML = tip;
	}
	if (!tipFollowMouse) positionTip(evt);
	else t1=setTimeout("tipcss.visibility='visible'",100);
}

var mouseX, mouseY;
function trackMouse(evt) {
	standardbody=(document.compatMode=="CSS1Compat")? document.documentElement : document.body //create reference to common "body" across doctypes
	mouseX = (ns5)? evt.pageX: window.event.clientX + standardbody.scrollLeft;
	mouseY = (ns5)? evt.pageY: window.event.clientY + standardbody.scrollTop;
	if (tipOn) positionTip(evt);
}

/////////////////////////////////////////////////////////////
//  positionTip function
//		If tipFollowMouse set false, so trackMouse function
//		not being used, get position of mouseover event.
//		Calculations use mouseover event position, 
//		offset amounts and tooltip width to position
//		tooltip within window.
/////////////////////////////////////////////////////////////
function positionTip(evt) {
	if (!tipFollowMouse) {
		standardbody=(document.compatMode=="CSS1Compat")? document.documentElement : document.body
		mouseX = (ns5)? evt.pageX: window.event.clientX + standardbody.scrollLeft;
		mouseY = (ns5)? evt.pageY: window.event.clientY + standardbody.scrollTop;
	}
	// tooltip width and height
	var tpWd = (ie4||ie5)? tooltip.clientWidth: tooltip.offsetWidth;
	var tpHt = (ie4||ie5)? tooltip.clientHeight: tooltip.offsetHeight;
	// document area in view (subtract scrollbar width for ns)
	var winWd = (ns5)? window.innerWidth-20+window.pageXOffset: standardbody.clientWidth+standardbody.scrollLeft;
	var winHt = (ns5)? window.innerHeight-20+window.pageYOffset: standardbody.clientHeight+standardbody.scrollTop;
	// check mouse position against tip and window dimensions
	// and position the tooltip 
	if ((mouseX+offX+tpWd)>winWd) 
		tipcss.left = mouseX-(tpWd+offX)+"px";
	else tipcss.left = mouseX+offX+"px";
	if ((mouseY+offY+tpHt)>winHt) 
		tipcss.top = winHt-(tpHt+offY)+"px";
	else tipcss.top = mouseY+offY+"px";
	if (!tipFollowMouse) t1=setTimeout("tipcss.visibility='visible'",100);
}

function hideTip() {
	if (!tooltip) return;
	t2=setTimeout("tipcss.visibility='hidden'",100);
	tipOn = false;
}
