//Contents for menu 1 var menu1=new Array() menu1[0]='Signature Tins' menu1[1]='Sports Tins' menu1[2]='Collectable Tins' menu1[3]='Special Occasion Boxes' menu1[4]='Stackable' //Contents for menu 2, and so on var menu2=new Array() menu2[0]='Just Cookies' menu2[1]='Signature Tins' menu2[2]='Sports Tins' menu2[3]='Collectable Tins' menu2[4]='Special Occasion Boxes' menu2[5]='Stackable' menu2[6]='Catering & Party Favors' //Contents for menu 3, and so on var menu3=new Array() menu3[0]='Platters' menu3[1]='Party Favors' //Contents for menu 3, and so on var menu4=new Array() // GIFT OCCASION var menu5=new Array() menu5[0]='Kid’s Gifts' menu5[1]='Personalize/Customize' menu5[2]='Happy Birthday' menu5[3]='Get Well Soon' menu5[4]='Thank you' menu5[5]='Thinking of you' menu5[6]='Condolence/Shiva Basket' menu5[7]='College care packages' menu5[8]='Any occasion gifts' menu5[9]='Corporate gifts' menu5[10]='New baby' menu5[11]='Anniversary / romance' // PRODUCT var menu6=new Array() menu6[0]='Chocolate Bars' menu6[1]='Cookies & Brownies' menu6[3]='Artisan Chocolates' menu6[4]='Baskets' menu6[5]='Designer Tins' menu6[6]='Wedding / Special Occasion Favors' menu6[7]='Gluten\-Free' menu6[8]='Add To Your Gift' // PRICE var menu7=new Array() menu7[0]='Under $25' menu7[1]='$25 to $35' menu7[2]='$35 to $45' menu7[3]='$45 to $60' menu7[4]='$60 to $80' menu7[5]='$80 and up' // Holiday var menu10=new Array() menu10[0]='Valentine\'s Day' var menuwidth='165px' //default menu width var menubgcolor='lightyellow' //menu bgcolor var disappeardelay=250 //menu disappear speed onMouseout (in miliseconds) var hidemenu_onclick="yes" //hide menu when user clicks within menu? /////No further editting needed var ie4=document.all var ns6=document.getElementById&&!document.all if (ie4||ns6) document.write('
') function getposOffset(what, offsettype){ var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop; var parentEl=what.offsetParent; while (parentEl!=null){ totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop; parentEl=parentEl.offsetParent; } return totaloffset; } function showhide(obj, e, visible, hidden, menuwidth){ if (ie4||ns6) dropmenuobj.style.left=dropmenuobj.style.top="-500px" if (menuwidth!=""){ dropmenuobj.widthobj=dropmenuobj.style dropmenuobj.widthobj.width=menuwidth } if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover") obj.visibility=visible else if (e.type=="click") obj.visibility=hidden } function iecompattest(){ return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body } function clearbrowseredge(obj, whichedge){ var edgeoffset=-10 if (whichedge=="none"){ var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15 dropmenuobj.contentmeasure=dropmenuobj.offsetWidth if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure) edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth } else{ var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffset var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18 dropmenuobj.contentmeasure=dropmenuobj.offsetHeight if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure){ //move up? edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight if ((dropmenuobj.y-topedge)