/*
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=Disfunciones masculinas;showmenu=dmas;image=./gif/boton_menu.gif;");
aI("text=Disfunciones femeninas;;showmenu=dfem;image=./gif/boton_menu.gif;");
}

with(milonic=new menuname("dmas")){
style=menuStyle1b;
itemwidth="160";

aI("text=Eyaculación precoz;url=ts_precoz.htm;image=./gif/boton_menu.gif;");
aI("text=Eyaculación retardada;url=;image=./gif/boton_menu2.gif;");
aI("text=Disfunción eréctil;url=ts_disfuncion.htm;image=./gif/boton_menu.gif;");
aI("text=Perdidad de deseo sexual;url=ts_nodeseo.htm;image=./gif/boton_menu.gif;");
aI("text=Sentimientos de culpabilidad;url=ts_culpable.htm;image=./gif/boton_menu.gif;");
}

with(milonic=new menuname("dfem")){
style=menuStyle1b;
itemwidth="160";

aI("text=Anorgasmia;url=ts_anorgasm.htm;image=./gif/boton_menu.gif;");
aI("text=Vaginismo;url=ts_vaginismo.htm;image=./gif/boton_menu.gif;");
aI("text=Dispareunia o dolor en el coito;url=ts_dispareunia.htm;image=./gif/boton_menu.gif;");
aI("text=Perdidad de deseo sexual;url=ts_nodeseo.htm;image=./gif/boton_menu.gif;");
aI("text=Sentimientos de culpabilidad;url=ts_culpable.htm;image=./gif/boton_menu.gif;");
}

drawMenus();