/***********************************************
* 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
***********************************************/

//Contents for menu MENU
var menu_aromasso=new Array()
menu_aromasso[0]='<a href="http://www.aromassoconcept.com/bien-etre/concept-aromasso/parcours-aromasso.php" CLASS="jaune">Notre parcours</a>'
menu_aromasso[1]='<a href="http://www.aromassoconcept.com/bien-etre/concept-aromasso/conseils-aromasso.php" CLASS="jaune">Nos conseils</a>'
menu_aromasso[2]='<a href="http://www.aromassoconcept.com/bien-etre/concept-aromasso/temoignage-aromasso.php" CLASS="jaune">Témoignages</a>'
menu_aromasso[4]='<a href="http://www.aromassoconcept.com/bien-etre/concept-aromasso/questions-aromasso.php" CLASS="jaune">vos questions</a>'
menu_aromasso[5]='<a href="http://www.aromassoconcept.com/bien-etre/concept-aromasso/liens-aromasso.php" CLASS="jaune">Ressources</a>'
menu_aromasso[6]='<a href="http://www.aromassoconcept.com/bien-etre/concept-aromasso/contact-aromasso.php" CLASS="jaune">Nous contacter</a>'

var menu_massotherapie=new Array()
menu_massotherapie[0]='<a href="http://www.aromassoconcept.com/bien-etre/massotherapie-quebec/suedois-cinetique.php" CLASS="jaune">Suédois thérapeutique</sup></a>'
menu_massotherapie[1]='<a href="http://www.aromassoconcept.com/bien-etre/massotherapie-quebec/suedois-sportif.php" CLASS="jaune">Suédois sportif</a>'
menu_massotherapie[2]='<a href="http://www.aromassoconcept.com/bien-etre/massotherapie-quebec/suedois-femme-enceinte.php" CLASS="jaune">Femme enceinte</a>'
menu_massotherapie[3]='<a href="http://www.aromassoconcept.com/bien-etre/massotherapie-quebec/suedois-enfant.php" CLASS="jaune">Suédois enfant</a>'
menu_massotherapie[4]='<a href="http://www.aromassoconcept.com/bien-etre/massotherapie-quebec/shiatsu.php" CLASS="jaune">Shiatsu</a>'
menu_massotherapie[5]='<a href="http://www.aromassoconcept.com/bien-etre/massotherapie-quebec/yoga-thailandais.php" CLASS="jaune">Yoga Thaïlandais</a>'
menu_massotherapie[6]='<a href="http://www.aromassoconcept.com/bien-etre/massotherapie-quebec/drainage-lymphatique.php" CLASS="jaune">Drainage lymphatique</a>'


var menu_hypnotherapie=new Array()
menu_hypnotherapie[0]='<a href="http://www.aromassoconcept.com/bien-etre/hypnotherapie-quebec/hypnose-pour-qui.php" CLASS="jaune">oui mais pour qui ?</a>'
menu_hypnotherapie[1]='<a href="http://www.aromassoconcept.com/bien-etre/hypnotherapie-quebec/hypnose-pourquoi.php" CLASS="jaune">oui mais pourquoi ?</a>'
menu_hypnotherapie[2]='<a href="http://www.aromassoconcept.com/bien-etre/hypnotherapie-quebec/hypnose-comment.php" CLASS="jaune">oui mais comment ?</a>'

var menu_naturotherapie=new Array()
menu_naturotherapie[0]='<a href="http://www.aromassoconcept.com/bien-etre/naturotherapie-quebec/aromatherapie.php" CLASS="jaune">Aromathérapie</a>'
menu_naturotherapie[1]='<a href="http://www.aromassoconcept.com/bien-etre/naturotherapie-quebec/phytotherapie.php" CLASS="jaune">Phytothérapie</a>'
menu_naturotherapie[2]='<a href="http://www.aromassoconcept.com/bien-etre/naturotherapie-quebec/pressotherapie.php" CLASS="jaune">Pressothérapie</a>'
menu_naturotherapie[4]='<a href="http://www.aromassoconcept.com/bien-etre/naturotherapie-quebec/cure-cellulite.php" CLASS="jaune">Cure cellulite</a>'
menu_naturotherapie[5]='<a href="http://www.aromassoconcept.com/bien-etre/naturotherapie-quebec/anti-stress.php" CLASS="jaune">Atelier anti-stress</a>'

var menu_boutique=new Array()
menu_boutique[0]='<a href="http://www.aromassoconcept.com/bien-etre/boutique-aromasso-concept/e-book.php" CLASS="jaune">E-book</a>'
menu_boutique[1]='<a href="http://www.aromassoconcept.com/bien-etre/boutique-aromasso-concept/lunettes-de-chromotherapie.php" CLASS="jaune">Lunettes de chromathérapie</a>'
menu_boutique[2]='<a href="http://www.aromassoconcept.com/bien-etre/boutique-aromasso-concept/produits-bien-etre.php" CLASS="jaune">Produits</a>'
menu_boutique[3]='<a href="http://www.aromassoconcept.com/bien-etre/boutique-aromasso-concept/carte-cadeaux.php" CLASS="jaune">Carte cadeau</a>'

var menu_tarif=new Array()
menu_tarif[0]='<a href="http://www.aromassoconcept.com/bien-etre/tarif-aromasso-concept/tarifs-soins-du-corps.php" CLASS="jaune">Tarifs</a>'
menu_tarif[1]='<a href="http://www.aromassoconcept.com/bien-etre/tarif-aromasso-concept/certificat-cadeaux.php" CLASS="jaune">Carte cadeau</a>'
menu_tarif[2]='<a href="http://www.aromassoconcept.com/bien-etre/tarif-aromasso-concept/promotions-soins-du-corps.php" CLASS="jaune">Promotions</a>'

		
var menuwidth='165px' //default menu width
var menubgcolor='#CAEEF9'  //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){
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")+"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

