_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=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

with(mainMenuStyle=new mm_style()){
onbgcolor="#CCCCCC";
oncolor="#004080";
offbgcolor="#CCCCCC";
offcolor="#515151";
separatorcolor="#CCCCCC";
separatorsize="20";
padding=1;
fontsize="14px;";
fontstyle="normal";
fontfamily="Verdana, Geneva, Arial, Helvetica, sans-serif";
fontweight="bold";
pagecolor="black";
pagebgcolor="#A7A7A7";
subimagepadding="1";
}

with(subMenuStyle=new mm_style()){
onbgcolor="#CCCCCC";
oncolor="#004080";
offbgcolor="#CCCCCC";
offcolor="#515151";
bordercolor = "#999999";
borderstyle = "solid";
borderwidth = 1
separatorpadding=1
separatorcolor="#515151";
separatorsize="1";
padding=4;
fontsize="14px;";
fontstyle="normal";
fontfamily="Verdana, Geneva, Arial, Helvetica, sans-serif";
fontweight="bold";
pagecolor="black";
pagebgcolor="#A7A7A7";
subimagepadding="1";
overfilter="Fade(duration=0.2);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

mainMenuStyle.subimage="/images/submenu.gif";
subMenuStyle.subimage="/images/submenu.gif";

with(milonic=new menuname("Main Menu"))
{
style=mainMenuStyle;
top=84;
left=16;
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=/;status=Zurück zur Home Page;image=/images/home_g.gif;overimage=/images/home.gif");
aI("text=Firma;url=/company.html;status=Informationen zur Firma;");
aI("text=Dienstleistungen;url=/products.html;status=Informationen zu den Produkten und Dienstleistungen;showmenu=menu_product;onsubimage=/images/submenu_a.gif");
aI("text=Kontakt;url=/contact.html;status=Kontakinformationen anzeigen;");
}

with(milonic=new menuname("menu_search"))
{		
style = subMenuStyle;
top="offset=2";
margin=3;

aI('text=<form method="post" action="/search.html" name="search"><table class="text_small"><tr><td>Search: scherer-informatik.ch</td></tr><tr><td><input class="field" name="query" size="28"></td></tr><tr><td><input class="button" type=submit value="Search"/></td></tr></table></form>;type=form;align=center;onbgcolor=;onborder=;');
}

with(milonic=new menuname("menu_product"))
{		
style = subMenuStyle;
top="offset=2";
margin=3;
aI("text=Dienstleistungen;url=/products.html;status=Informationen zu den Produkten und Dienstleistungen");
aI("text=Preise;url=/prices.html;status=Preisliste;");
}


drawMenus();

