_menuCloseDelay=30          // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10            // 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

// Menustyle

with(menuStyle=new mm_style()){
onbgcolor="#cccccc";
oncolor="#ffffff";
offbgcolor="#cccccc";
offcolor="#000000";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#cccccc";
separatorsize="0";
// padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
//pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
// subimage="../arrow.gif";
//subimagepadding="2";
// overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(graustyle=new mm_style()){
onbgcolor="#3399FF";
oncolor="navy";
offbgcolor="#3399FF";
offcolor="#ffffff";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#3084E2";
separatorsize="1";
padding=3;
fontsize="11px";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
//pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
//subimage="../arrow.gif";
//subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=100)";
//outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("unternehmen")){
style=graustyle;
top=174;
aI("image=gfx/leer_blauoben.gif;");
/*aI("image=gfx/leer8.gif;text=Ferias;url=index.php?content=ferias;");*/
aI("image=gfx/leer8.gif;text=Prensa, Informes;url=index.php?content=prensa;");
aI("image=gfx/leer_radius.gif;");
}

with(milonic=new menuname("aktuell")){
style=graustyle;
top=175;
aI("image=gfx/leer_blauoben.gif;");
aI("image=gfx/leer8.gif;text=Historia;url=index.php?content=historia;");
aI("image=gfx/leer_radius.gif;");
}

with(milonic=new menuname("verfahren")){
style=graustyle;
top=175;
aI("image=gfx/leer_blauoben.gif;");
aI("image=gfx/leer8.gif;text=El Problema de la Cal;url=index.php?content=fisica;");
aI("image=gfx/leer8.gif;text=Ventajas al usar Poseidon;url=index.php?content=uso;");
aI("image=gfx/leer8.gif;text=La tecnología;url=index.php?content=tecnologia;");
aI("image=gfx/leer_radius.gif;");
}

with(milonic=new menuname("produkte")){
style=graustyle;
top=175;
aI("image=gfx/leer_blauoben.gif;");
aI("image=gfx/leer8.gif;text=Datos Técnicos;url=index.php?content=datos;");
/*aI("image=gfx/leer8.gif;text=Certificados, Garantias;url=index.php?content=certificados;");*/
aI("image=gfx/leer_radius.gif;");
}

with(milonic=new menuname("garantias")){
style=graustyle;
top=175;
aI("image=gfx/leer_blauoben.gif;");
aI("image=gfx/leer8.gif;text=Garantías;url=index.php?content=testangebot;");
aI("image=gfx/leer8.gif;text=Certificados;url=index.php?content=certificados;");
/*aI("image=gfx/leer8.gif;text=Certificados, Garantias;url=index.php?content=certificados;");*/
aI("image=gfx/leer_radius.gif;");
}
drawMenus();

