/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

effect="Shadow(color='#999999', Direction=160, Strength=5)"

_menuCloseDelay=500;                // The time delay for menus to remain visible on mouse out                   
_menuOpenDelay=150;                 // The time delay before menus open on mouse over                            
_scrollAmount=3;                                                                   
_scrollDelay=20;                                                                         
_followSpeed=5;
_followRate=40;
_subOffsetTop=0;                    // Sub menu top offset        
_subOffsetLeft=0;
menualign="left";                   // Sub menu left offset 


with(menuStyle1=new mm_style()){
onbgcolor="#ffffff";
oncolor="#415c12";
offbgcolor="#e0e5cb";
offcolor="#415c12";
bordercolor="#7cb028";
borderstyle="solid";
borderwidth=0;
separatorcolor="2f3b19";
separatorsize="0";
padding=0;
fontsize="11";
fontstyle="normal";
fontfamily="Verdana, Arial";
pagecolor="#415c12";
pagebgcolor="#e0e5cb";
headercolor="#415c12";
headerbgcolor="#ffffff";
subimage="./gif/arrow.gif";
subimagepadding="2";
}

with(menuStyle1b=new mm_style()){
onbgcolor="#ffffff";
oncolor="#415c12";
offbgcolor="#e0e5cb";
offcolor="#415c12";
bordercolor="#7cb028";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2f3b19";
separatorsize="0";
padding=2;
fontsize="11";
fontstyle="normal";
fontfamily="Verdana, Arial";
pagecolor="#415c12";
pagebgcolor="#e0e5cb";
headercolor="#415c12";
headerbgcolor="#ffffff";
subimage="/menu/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Shadow(color='#777777', Direction=160, Strength=5)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle1;
top=100;
left=10;
itemwidth="100%";
borderwidth=1;
borderstyle="solid";
bordercolor="#ffffff";
alwaysvisible=1;
orientation="vertical";
openstyle="right";
position="relative"; 

aI("text=Qué es la terapia congnitivo-conductual;url=tcc.htm;image=./gif/boton_menu.gif;");
aI("text=Qué es la terapia EMDR;url=emdr.htm;image=./gif/boton_menu.gif;");
aI("text=Fases del proceso de intervención;url=fases.htm;image=./gif/boton_menu.gif;");
aI("text=Preguntas frecuentes;url=faq.htm;image=./gif/boton_menu.gif;");
}
drawMenus();
