	


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

with(SubStyle=new mm_style()){
onbgcolor="#E4E1D6";
oncolor="#990000";
offbgcolor="#F4F3F0";
offcolor="#000000";
bordercolor="#B2A98E";
borderstyle="dotted";
borderwidth=0;
padding=3;
fontsize="11px";
fontstyle="normal";
fontweight="normal";
fontfamily="Tahoma,Helvetica";
pagecolor="black";
pagebgcolor="#D3CEBD";
separatorsize=1;
separatorcolor="#D7D0BC";
separatorheight=2;
separatorwidth=130;
itemwidth=130;
overfilter="Fade(duration=0.2);Alpha(opacity=85);Shadow(color='#777777', Direction=135, Strength=5)";
subimage="/shared/layout/nav/sub_arrow.gif";
//subimagepadding="2";
}

with(menuStyle=new mm_style()){
onbgcolor="#FFFFFF";
oncolor="#990000";
offbgcolor="#FFFFFF";
offcolor="#000000";
bordercolor="#B7B2A0";
borderstyle="solid";
borderwidth=0;
separatorcolor="#CCCCCC";
separatorsize="1";
padding=5;
fontsize="65%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#D3CEBD";
headercolor="#000000";
headerbgcolor="#ffffff";
overfilter="Fade(duration=0.2);Alpha(opacity=100);)";
//subimage="arrow.gif";
//subimagepadding="2";
}


with(milonic=new menuname("So hören wir")){
style=SubStyle;
aI("text=Anatomie de l'oreille;url=http://www.medel.com.ar/lang/fra/sites/about/anatomy.asp;");
aI("text=Comment entendons-nous?;url=http://www.medel.com.ar/lang/fra/sites/about/how.asp;");
aI("text=À propos de la perte d'audition;url=http://www.medel.com.ar/lang/fra/sites/about/loss.asp;showmenu=Hörprobleme;");
}

with(milonic=new menuname("Hörprobleme")){
style=SubStyle;
aI("text=Surdité de transmission;url=http://www.medel.com.ar/lang/fra/sites/about/conductive.asp;");
aI("text=Surdité neurosensorielle;url=http://www.medel.com.ar/lang/fra/sites/about/sensorineural.asp;");
aI("text=Surdité neuronale;url=http://www.medel.com.ar/lang/fra/sites/about/neural.asp;");
}

with(milonic=new menuname("Was ist ein CI")){
style=SubStyle;
itemwidth=150;
aI("text=A qui l'implant cochléaire est-il destiné?;url=http://www.medel.com.ar/lang/fra/sites/who/benefit.asp;");
aI("text=A qui peut-il ne pas convenir?;url=http://www.medel.com.ar/lang/fra/sites/who/suitable.asp;");
aI("text=Les avantages des implants cochléaires;url=http://www.medel.com.ar/lang/fra/sites/who/ciadv.asp;");
aI("text=Les limitations de l'implant cochléaire;url=http://www.medel.com.ar/lang/fra/sites/who/limitations.asp;");
}

with(milonic=new menuname("Wie bekomme ich ein CI")){
style=SubStyle;
ItemWith=250;
aI("text=Rôle de l'équipe chargée des implants cochléaires;url=http://www.medel.com.ar/lang/fra/sites/how/citeam.asp;");
aI("text=Bilans nécessaires;url=http://www.medel.com.ar/lang/fra/sites/how/assessments.asp;");
aI("text=Intervention chirurgicale;url=http://www.medel.com.ar/lang/fra/sites/how/surgery.asp;");
aI("text=Les premiers résultats obtenus;url=http://www.medel.com.ar/lang/fra/sites/how/sounds.asp;");
aI("text= Le programme de rééducation;url=http://www.medel.com.ar/lang/fra/sites/how/program.asp;");
aI("text=Rechercher l'adresse d'un centre hospitalier utilisant les IC MED-EL !;url=http://www.medel.com.ar/lang/fra/sites/contact/kliniken.asp;");
aI("text=Adresses des bureaux de MED-EL;url=http://www.medel.com.ar/lang/fra/sites/contact/adressen.asp;");
aI("text=MED-EL la société;url=http://www.medel.com.ar/lang/fra/sites/about/company.asp;");
}

with(milonic=new menuname("Produkte")){
style=SubStyle;
aI("text=Le COMBI 40+;url=http://www.medel.com.ar/lang/fra/sites/products/combi_plus.asp;");
aI("text=Processeurs vocaux TEMPO+ et CIS-PRO;url=http://www.medel.com.ar/lang/fra/sites/products/processor.asp;");
aI("text=Stratégies de traitement vocal;url=http://www.medel.com.ar/lang/fra/sites/products/speech.asp;");
aI("text=Pourquoi MED-EL?;url=http://www.medel.com.ar/lang/fra/sites/products/whymedel.asp;");
}

with(milonic=new menuname("Weitere Infos")){
style=SubStyle;
aI("text=Archiv / Downloads;url=http://www.apache.org/;status=Apache Web Server, the basis of Milonic's Web Site;");
aI("text=Pressemitteilung;url=http://ww.mysql.com/;status=MySQL, Milonic's Prefered Choice of Database Server;");
}

with(milonic=new menuname("Kontakt")){
style=SubStyle;
aI("text=Adresses des bureaux de MED-EL;url=http://www.medel.com.ar/lang/fra/sites/contact/adressen.asp;");
aI("text=formulaire de demande d'informations MED-EL !;url=http://www.medel.com.ar/lang/fra/sites/contact/contact_form.asp;");
aI("text=Rechercher l'adresse d'un centre hospitalier utilisant les IC MED-EL ! ;url=http://www.medel.com.ar/lang/fra/sites/contact/kliniken.asp;");
}

drawMenus();


