﻿fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=50;
_subOffsetTop=2;
_subOffsetLeft=-2;



with(menuStyle=new mm_style()){
bordercolor="";
borderstyle="none";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#515096";
offcolor="#FFFFFF";
onbgcolor="#E1E1ED";
oncolor="#000000";
outfilter="randomdissolve(duration=0.2)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
padding=8;
pagebgcolor="#666666";
pagecolor="#FFFFFF";
separatorcolor="#FF8C40";
separatorsize=0;
subimage="images/arrow.gif";
subimagepadding=4;
}



with(meniu=new menuname("despre noi")){
style=menuStyle;
aI("text=prezentare companie;url=about_c.jsp")
aI("text=obiective;url=about_o.jsp")
}

with(meniu=new menuname("produse")){
style=menuStyle;
aI("showmenu=ecografe;text=ecografe;url=products.jsp?cat=1")
aI("text=ECG;url=products.jsp?cat=3")
aI("text=EEG/EMG;url=products.jsp?cat=4")
aI("text=alte produse Inform;url=http://www.inform-hitachi-ecografe.ro")
}

with(meniu=new menuname("ecografe")){
style=menuStyle;
aI("text=cardio;url=products.jsp?cat=1&sub=1.1")
aI("text=abdominal;url=products.jsp?cat=1&sub=1.2")
aI("text=sân;url=products.jsp?cat=1&sub=1.3")
aI("text=musculoscheletal;url=products.jsp?cat=1&sub=1.5")
aI("text=ob-gin;url=products.jsp?cat=1&sub=1.6")
aI("text=pediatrie;url=products.jsp?cat=1&sub=1.7")
aI("text=părţi moi;url=products.jsp?cat=1&sub=1.8")
aI("text=urologie;url=products.jsp?cat=1&sub=1.9")
aI("text=vascular;url=products.jsp?cat=1&sub=1.10")
aI("text=chirurgie;url=products.jsp?cat=1&sub=1.11")
}



with(meniu=new menuname("contact")){
style=menuStyle;
aI("text=date de contact;url=contact_data.jsp")
aI("text=formular de contact;url=contactform.jsp")
aI("text=formular de satisfactie;url=satisfactionform.jsp")
}

drawMenus();