//Drop down menu link- © Dynamic Drive (www.dynamicdrive.com)//For full source code and 100's more DHTML scripts, visit http://www.dynamicdrive.com//Credit MUST stay intact for use//Contents for menu 1: homevar menu1=new Array()//Contents for menu 2: aboutvar menu2=new Array()menu2[0]='<a href=http://www.wusoriginal.com/location.html class="subsub">Location </a>'menu2[1]='<a href=http://www.wusoriginal.com/prod_serv.html class="subsub">Products &amp; Services</a>'menu2[2]='<a href=http://www.wusoriginal.com/tips.html class="subsub">4 Useful Tips</a>'//Contents for menu 3: catalogvar menu3=new Array()menu3[0]='<a href=http://www.wusoriginal.com/catalog/new/new.html class="subsub">New Arrival Products</a>'menu3[1]='<a href=http://www.wusoriginal.com/catalog/sales/sales.html class="subsub">Sales/Clearance</a>'menu3[2]='<a href=http://www.wusoriginal.com/catalog/pearls/pearls.html class="subsub">Pearls</a>'menu3[3]='<a href=http://www.wusoriginal.com/catalog/gemstones/gems.html class="subsub">Gemstones</a>'menu3[4]='<a href=http://www.wusoriginal.com/catalog/finished/finished.html class="subsub">Finished Products</a>'menu3[5]='<a href=http://www.wusoriginal.com/catalog/clasps/clasps.html class="subsub">Clasps</a>'//Contents for menu 4: schedulevar menu4=new Array()//Contents for menu 5: helpvar menu5=new Array()menu5[0]='<a href=http://www.wusoriginal.com/faq.html class="subsub">FAQ</a>'menu5[1]='<a href=javascript:pop() class="subsub">Contact / Purchase Order Form</a>'menu5[2]='<a href=http://www.wusoriginal.com/terms.html class="subsub">Terms &amp; Conditions</a>'menu5[3]='<a href=http://www.wusoriginal.com/resale_certificate.pdf target=_blank class="subsub">Sales Tax Resale Certificate Form</a>'//<script language="JavaScript1.2">//reusable///////////////////////////////Drop down menu by http://www.dynamicdrive.comvar zindex=100var ns4=document.layersvar ns6=document.getElementById&&!document.allvar ie4=document.allvar opr=navigator.userAgent.indexOf("Opera")function dropit(e,whichone){curmenuID=ns6? document.getElementById(whichone).id : eval(whichone).idif (window.themenu&&themenu.id!=curmenuID)themenuStyle.visibility=ns4?"hide" : "hidden"themenu=ns6? document.getElementById(whichone): eval(whichone)themenuStyle=(ns6||ie4)? themenu.style : themenuthemenuoffsetX=(ie4&&opr==-1)? document.body.scrollLeft : 0themenuoffsetY=(ie4&&opr==-1)? document.body.scrollTop : 0themenuStyle.left=ns6||ns4? e.pageX-e.layerX : themenuoffsetX+event.clientX-event.offsetXthemenuStyle.top=ns6||ns4? e.pageY-e.layerY+135 : themenuoffsetY+event.clientY-event.offsetY+18hiddenconst=(ns6||ie4)? "hidden" : "hide"if (themenuStyle.visibility==hiddenconst){themenuStyle.visibility=(ns6||ie4)? "visible" : "show"themenuStyle.zIndex=zindex++}elsehidemenu()return false}function hidemenu(){if ((ie4||ns6)&&window.themenu)themenuStyle.visibility="hidden"else if (ns4)themenu.visibility="hide"}if (ie4||ns6)document.onClick=hidemenu//reusable///////////////////////////////</script>function pop() {  window.open("http://www.wusoriginal.com/contact_po.html", "Contact", "height=550,width=504,scrollbars");}