﻿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=RADIODIAGNOSTIC;url=products.jsp?cat=5")
aI("showmenu=RMN;text=RMN;url=products.jsp?cat=6")
aI("text=CT;url=products.jsp?cat=7")
}

with(meniu=new menuname("ecografe")){
style=menuStyle;
aI("text=ESAOTE / Italia;url=products.jsp?cat=1&sub=1.1")
aI("text=HITACHI MEDICAL SYSTEMS / Japonia;url=products.jsp?cat=1&sub=1.20")

}

with(meniu=new menuname("RMN")){
style=menuStyle;
aI("text=DEDICAT;url=products.jsp?cat=6&sub=6.1")
aI(";text=WHOLE BODY;url=products.jsp?cat=6&sub=6.2")
}


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();
