var jmnu1=new Array()
jmnu1[0]='<a href="corporate.asp"><img src="images/arrow_blue.gif" border="0" width="6"> About Jumbo</a>'
jmnu1[1]='<a href="mrc/"><img src="images/arrow_blue.gif" border="0" width="6"> Our Founder</a>'
jmnu1[2]='<a href="corporate_amts.asp"><img src="images/arrow_blue.gif" border="0" width="6"> Jumbo Achievements</a>'
jmnu1[3]='<a href="jumbo_awards.asp"><img src="images/arrow_blue.gif" border="0" width="6"> Jumbo Awards</a>'
jmnu1[4]='<a href="jumbo_contacts.asp"><img src="images/arrow_blue.gif" border="0" width="6"> Jumbo Contacts</a>'
jmnu1[5]='<a href="globalbrands.asp"><img src="images/arrow_blue.gif" border="0" width="6"> Global Brands</a>'
jmnu1[6]='<a href="p_gallery.asp"><img src="images/arrow_blue.gif" border="0" width="6"> Photo Gallery</a>'

var jmnu2=new Array()
jmnu2[0]='<a href="prd_listing.asp?bbrd=66"><img src="images/arrow_blue.gif" border="0" width="6"> Apple</a>'
jmnu2[1]='<a href="prd_listing.asp?bbrd=72"><img src="images/arrow_blue.gif" border="0" width="6"> Brother</a>'
jmnu2[2]='<a href="prd_listing.asp?bbrd=73"><img src="images/arrow_blue.gif" border="0" width="6"> Casio</a>'
jmnu2[3]='<a href="prd_listing.asp?bbrd=79"><img src="images/arrow_blue.gif" border="0" width="6"> Nokia</a>'
jmnu2[4]='<a href="prd_listing.asp?bbrd=14"><img src="images/arrow_blue.gif" border="0" width="6"> Sony</a>'
jmnu2[5]='<a href="prd_listing.asp?bbrd=26"><img src="images/arrow_blue.gif" border="0" width="6"> Sony Ericsson</a>'
jmnu2[6]='<a href="prd_listing.asp?bbrd=15"><img src="images/arrow_blue.gif" border="0" width="6"> Supra</a>'
jmnu2[7]='<a href="globalbrands.asp"><img src="images/arrow_blue.gif" border="0" width="6"> More Brands...</a>'

var jmnu3=new Array()
jmnu3[0]='<a href="shroom_lst.asp?s=02"><img src="images/arrow_blue.gif" border="0" width="6"> Abu Dhabi</a>'
jmnu3[1]='<a href="shroom_lst.asp?s=05"><img src="images/arrow_blue.gif" border="0" width="6"> Ajman</a>'
jmnu3[2]='<a href="shroom_lst.asp?s=01"><img src="images/arrow_blue.gif" border="0" width="6"> Al Ain</a>'
jmnu3[3]='<a href="shroom_lst.asp?s=04"><img src="images/arrow_blue.gif" border="0" width="6"> Dubai</a>'
jmnu3[4]='<a href="shroom_lst.asp?s=09"><img src="images/arrow_blue.gif" border="0" width="6"> Fujairah</a>'
jmnu3[5]='<a href="shroom_lst.asp?s=07"><img src="images/arrow_blue.gif" border="0" width="6"> Ras Al Khaimah</a>'
jmnu3[6]='<a href="shroom_lst.asp?s=06"><img src="images/arrow_blue.gif" border="0" width="6"> Sharjah</a>'
jmnu3[7]='<a href="shroom_lst.asp?s=08"><img src="images/arrow_blue.gif" border="0" width="6"> Umm Al Qawain</a>'

var jmnu4=new Array()
jmnu4[0]='<a href="ccenter.asp"><img src="images/arrow_blue.gif" border="0" width="6"> Customer Care & Contacts</a>'
jmnu4[1]='<a href="shroom_lst.asp"><img src="images/arrow_blue.gif" border="0" width="6"> Jumbo Showrooms</a>'
jmnu4[2]='<a href="scentre_lst.asp"><img src="images/arrow_blue.gif" border="0" width="6"> Service Centres</a>'
jmnu4[3]='<a href="sc_booking/index.asp"><img src="images/arrow_blue.gif" border="0" width="6"> Service Tracking & Booking</a>'
jmnu4[4]='<a href="lmap_dubai.asp"><img src="images/arrow_blue.gif" border="0" width="6"> Location Maps</a>'
jmnu4[5]='<a href="raffle_results.asp"><img src="images/arrow_blue.gif" border="0" width="6"> Raffle Results</a>'
jmnu4[6]='<a href="feedback.asp"><img src="images/arrow_blue.gif" border="0" width="6"> Customer Feedback</a>'

var jmnu5=new Array()
jmnu5[0]='<a href="downloads/jumbo_icf.pdf" target="_blank"><img src="images/arrow_blue.gif" border="0" width="6"> Product Protection Claim Form</a>'
jmnu5[1]='<a href="downloads/insurance_final.pdf"  target="_blank"><img src="images/arrow_blue.gif" border="0" width="6"> Product Protection Plan Terms</a>'

var jmnu6=new Array()
jmnu6[0]='<a href="bppd"><img src="images/arrow_blue.gif" border="0" width="6"> BPPD</a>'
jmnu6[1]='<a href="esd"><img src="images/arrow_blue.gif" border="0" width="6"> ESD</a>'
jmnu6[2]='<a href="hvac"><img src="images/arrow_blue.gif" border="0" width="6"> HVAC</a>'

var menuwidth='165px' //default menu width
var menubgcolor='#0099FF'  //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('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'" 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="-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=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 < 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)<dropmenuobj.contentmeasure) //up no good either?
edgeoffset=dropmenuobj.y+obj.offsetHeight-topedge
}
}
return edgeoffset
}

function populatemenu(what){
if (ie4||ns6)
dropmenuobj.innerHTML=what.join("")
}


function dropdownmenu(obj, e, menucontents, menuwidth, leftpos){
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")+leftpos+"px"
dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+4+"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)
}

if (hidemenu_onclick=="yes")
document.onclick=hidemenu
