/***********************************************
* AnyLink Drop Down Menu- © Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/


// menu 1 TOP NAV / HOME
var menux1=new Array()


// menu 2 BOTTOM NAV / The Procedure
var menux2=new Array()
menux2[0]='<div style="width:120px; padding-top:2px;"><a href="bodysculptprocedures.htm">Description</a></div>'




// menu 3 TOP NAV / ???
var menux3=new Array()
menux3[0]='<div style="width:123px; padding-top:2px;"><a href="HTTP://www.facialcosmeticsurg.com">www.facialcosmeticsurg.com</a></div>'

// menu 4 TOP NAV / Out of Town
var menux4=new Array()
menux4[0]='<div style="width:183px; padding-top:2px;"><a href="travel.htm">Travel Arrangements</a></div>'
menux4[1]='<div style="width:183px"><a href="candidate.htm">Liposuction Internet Screening</a></div>'

// menu 5 TOP NAV / PHOTO GALLERY
var menux5=new Array()
menux5[0]='<div style="width:190px; padding-top:2px;"><a href="thighs.htm">Thighs</a></div>'
menux5[1]='<div style="width:190px"><a href="abdomen.htm">Abdomen</a></div>'
menux5[2]='<div style="width:190px"><a href="waisthips.htm">Waist and Hips</a></div>'
menux5[3]='<div style="width:190px"><a href="arms.htm">Arms</a></div>'
menux5[4]='<div style="width:190px"><a href="lovehandles.htm">Men</a></div>'


// menu 6 TOP NAV / ABOUT US
var menux6=new Array()
menux6[0]='<div style="width:130px; padding-top:2px;"><a href="consultation.htm">Consultation</a></div>'
menux6[1]='<div style="width:130px"><a href="consultation.htm">Scheduling Surgery</a></div>'
menux6[2]='<div style="width:130px"><a href="consultation.htm">The Day of Surgery</a></div>'
menux6[3]='<div style="width:130px"><a href="financing.htm">Financing</a></div>'

// menu 7 TOP NAV / MEET DR. KANIFF
var menux7=new Array()



var menuwidth=''
var menubgcolor='transparent'
var disappeardelay=500 
var hidemenu_onclick="yes" 

/////No further editting needed

var ie4=document.all
var ns6=document.getElementById&&!document.all

function img_act(imgName) {
if (document.images) {
 imgOn = eval(imgName + "on.src");
 document [imgName].src = imgOn;
 }
}

function img_inact(imgName) {
if (document.images) {
 imgOff = eval(imgName + "off.src");
 document [imgName].src = imgOff;
 }
}

if (ie4||ns6)
document.write('<div id="menudiv" 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){
if (window.event) event.cancelBubble=true
else if (e.stopPropagation) e.stopPropagation()
clearhidemenu()
dropmenuobj=document.getElementById? document.getElementById("menudiv") : menudiv
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")+"px"
dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"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
