 var menu1=new Array()
 menu1[0]='<a  href="/e/index.php?cPath=74_75">LADIES BRACELETS<\/a>'
 menu1[1]='<a href="/e/index.php?cPath=74_76">MENS BRACELETS<\/a>'
 
var menu2=new Array()
menu2[0]='<a  href="/e/index.php?cPath=69_73">COLORED STONE EARRINGS<\/a>'
menu2[1]='<a href="/e/index.php?cPath=69_71">DROP EARRINGS<\/a>'
menu2[2]='<a href="/e/index.php?cPath=69_70">HOOP EARRINGS<\/a>'
menu2[3]='<a href="/e/index.php?cPath=69_72">STUD EARRINGS<\/a>'

 
 
var menu3=new Array()
menu3[0]='<a  href="/e/index.php?cPath=21">MENS WATCHES<\/a>'
menu3[1]='<a href="/e/index.php?cPath=29">LADIES WATCHES<\/a>'
menu3[2]=''
 
 

var menu4=new Array()
menu4[0]='<a  href="/e/index.php?cPath=21_22">A.LANGE & SOHNE<\/a>'
menu4[1]='<a href="/e/index.php?cPath=21_23">AUDEMARS PIGUET<\/a>'
menu4[2]='<a href="/e/index.php?cPath=21_24">BAUME & MERCIER<\/a>'
menu4[3]='<a href="/e/index.php?cPath=21_25">BREGUET<\/a>'
menu4[4]='<a href="/e/index.php?cPath=21_26">BREITING<\/a>'
menu4[5]='<a href="/e/index.php?cPath=21_27">CARTIER<\/a>'
menu4[6]='<a href="/e/index.php?cPath=21_28">CHOPARD<\/a>'
menu4[7]='<a href="/e/index.php?cPath=21_29">CORUM<\/a>'
menu4[8]='<a href="/e/index.php?cPath=21_30">EBEL<\/a>'
menu4[9]='<a href="/e/index.php?cPath=21_31">GIRARD PERREGAUX<\/a>'
menu4[10]='<a href="/e/index.php?cPath=21_32">HUBLOT<\/a>'
menu4[11]='<a href="/e/index.php?cPath=21_33">IWC<\/a>'
menu4[12]='<a href="/e/index.php?cPath=21_34">JAEGER - LECOULTRE<\/a>'
menu4[13]='<a href="/e/index.php?cPath=21_35">PANERAI<\/a>'
menu4[14]='<a href="/e/index.php?cPath=21_36">PATEK PHILIPPE<\/a>'
menu4[15]='<a href="/e/index.php?cPath=21_37">PIAGET<\/a>'
menu4[16]='<a href="/e/index.php?cPath=21_38">ROGER DUBUIS<\/a>'
menu4[17]='<a href="/e/index.php?cPath=21_39">NEW ROLEX<\/a>'
menu4[18]='<a href="/e/index.php?cPath=21_40">USED ROLEX<\/a>'
menu4[19]='<a href="/e/index.php?cPath=21_41">VACHERON CONSTANTIN<\/a>'

var menu5=new Array()
menu5[0]='<a  href="/e/index.php?cPath=78_79">CIRCLE OF LIFE<\/a>'
menu5[1]='<a href="/e/index.php?cPath=78_85">COLORED STONE PENDANTS<\/a>'
menu5[2]='<a href="/e/index.php?cPath=78_82">CROSS PENDANTS<\/a>'
menu5[3]='<a href="/e/index.php?cPath=78_80">HEART PENDANTS<\/a>'
menu5[4]='<a href="/e/index.php?cPath=78_81">JOURNEY PENDANTS<\/a>'
menu5[5]='<a href="/e/index.php?cPath=78_83">PAST PRESENT FUTURE<\/a>'
menu5[6]='<a href="/e/index.php?cPath=78_84">SOLITAIRE PENDANTS<\/a>'


var menu6=new Array()
menu6[0]='<a  href="/e/index.php?cPath=63_68">COLORED STONE RINGS<\/a>'
menu6[1]='<a  href="/e/index.php?cPath=63_65">ENGAGEMENT RINGS<\/a>'
menu6[2]='<a  href="/e/index.php?cPath=63_64">MENS RINGS<\/a>'
menu6[3]='<a  href="/e/index.php?cPath=63_66">WEDDING BAND SETS<\/a>'
menu6[4]='<a  href="/e/index.php?cPath=63_67">WEDDING BANDS<\/a>'
 
var menu7=new Array()
menu7[1]='<a  href="http://www.discountpraise.com/e/index.php?cPath=57_61">DANCE BELTS<\/a>'
menu7[2]='<a  href="http://www.discountpraise.com/e/index.php?cPath=57_62">DANCE TIGHTS<\/a>'
menu7[3]='<a  href="http://www.discountpraise.com/e/index.php?cPath=57_59">LEOTARDS<\/a>'
menu7[4]='<a  href="http://www.discountpraise.com/e/index.php?cPath=57_58">SHOES<\/a>'
menu7[5]='<a  href="http://www.discountpraise.com/e/index.php?cPath=57_60">UNITARDS<\/a>'
 
 
var disappeardelay=500  //menu disappear speed onMouseout (in miliseconds)
var horizontaloffset=1 //horizontal offset of menu from default location. (0-5 is a good value)

/////No further editting needed

var ie4=document.all
var ns6=document.getElementById&&!document.all

if (ie4||ns6)

document.write('<div id="dropmenudiv" style="visibility:hidden;width: 160px" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"><\/div>')

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= -1000
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=0
if (whichedge=="rightedge"){
var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15
dropmenuobj.contentmeasure=dropmenuobj.offsetWidth
if (windowedge-dropmenuobj.x-obj.offsetWidth < 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 menu up?
edgeoffset=dropmenuobj.contentmeasure-obj.offsetHeight
if ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) //up no good either? (position at top of viewable window then)
edgeoffset=dropmenuobj.y
}
}
return edgeoffset
}

function populatemenu(what){
if (ie4||ns6)
dropmenuobj.innerHTML=what.join("")
}


function dropdownmenu(obj, e, menucontents, menuwidth){
if (window.event) event.cancelBubble=true
else if (e.stopPropagation) e.stopPropagation()
clearhidemenu()
dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv
populatemenu(menucontents)

if (ie4||ns6){
showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth)
dropmenuobj.x=getposOffset(obj, "left")
dropmenuobj.y=getposOffset(obj, "top")
dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+obj.offsetWidth+horizontaloffset+"px"
dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+"px"
}

return clickreturnvalue()
}

function clickreturnvalue(){
if (ie4||ns6) return false
else return true
}

function contains_ns6(a, b) {
while (b.parentNode)
if ((b = b.parentNode) == a)
return true;
return false;
}

function dynamichide(e){
if (ie4&&!dropmenuobj.contains(e.toElement))
delayhidemenu()
else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
delayhidemenu()
}

function hidemenu(e){
if (typeof dropmenuobj!="undefined"){
if (ie4||ns6)
dropmenuobj.style.visibility="hidden"
}
}

function delayhidemenu(){
if (ie4||ns6)
delayhide=setTimeout("hidemenu()",disappeardelay)
}

function clearhidemenu(){
if (typeof delayhide!="undefined")
clearTimeout(delayhide)
}

 
