


_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(menuStyle=new mm_style()){
onbgcolor="";
oncolor="#0077BE";
offbgcolor="";
offcolor="#1E2963";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
bgimage="images/menu_off.gif";
overbgimage="images/menu_on.gif";
separatorcolor="#000000";
separatorsize="0";
padding=0;
fontsize="11px";
fontstyle="normal";
fontweight="none";
fontfamily="Arial, Verdana, Tahoma, Arial";
pagecolor="#EDEEA1";
pagebgcolor="";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrow0.gif";
subimagepadding="0";
}

with(menuStyle2=new mm_style()){
onbgcolor="#004881";
oncolor="#FFFFFF";
offbgcolor="#53B291";
offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=3;
fontsize="11px";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma, Arial";
pagecolor="white";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=96);Shadow(color='#777777', Direction=135, Strength=7)";
outfilter="randomdissolve(duration=0.2)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=122;
left=202;
itemwidth=143;
itemheight=18;
alwaysvisible=1;
orientation="vertical";
aI("text=<img src='images/spacer.gif' height=18 width=7 align=absmiddle>A rendszer;url=index.php?pg=11;");
aI("text=<img src='images/spacer.gif' height=18 width=7 align=absmiddle>Ügyfeleink;showmenu=almenu5;");
aI("text=<img src='images/spacer.gif' height=18 width=7 align=absmiddle>Stabil állványrendszer;url=index.php?pg=88;");
aI("text=<img src='images/spacer.gif' height=18 width=7 align=absmiddle>Gyakran feltett kérdések;showmenu=almenu1;");
aI("text=<img src='images/spacer.gif' height=18 width=7 align=absmiddle>Képgaléria;url=index.php?pg=13;");
aI("text=<img src='images/spacer.gif' height=18 width=7 align=absmiddle>Letöltés;url=index.php?pg=87;");
aI("text=<img src='images/spacer.gif' height=18 width=7 align=absmiddle>Próbálja ki a rendszert!;url=index.php?pg=12;");
aI("text=<img src='images/spacer.gif' height=18 width=7 align=absmiddle>Árak;url=index.php?pg=14;");
aI("text=<img src='images/spacer.gif' height=18 width=7 align=absmiddle>Kapcsolat;url=index.php?pg=2;");
aI("text=<img src='images/spacer.gif' height=18 width=7 align=absmiddle>Miért jobb?;url=index.php?pg=91;");
aI("text=<img src='images/spacer.gif' height=18 width=7 align=absmiddle>Vendégkönyv;url=index.php?pg=guestbook;");
aI("text=<img src='images/spacer.gif' height=18 width=7 align=absmiddle>Fogalomtár;url=index.php?pg=102;");
}

with(milonic=new menuname("almenu1")){
style=menuStyle2;
aI("text=Mélyhűtött áruknál milyen előnyei vannak a rendszernek?;url=index.php?pg=3;");
aI("text=Hogyan tisztítjuk és béleljük a lágyfalú konténereket?;url=index.php?pg=4;");
aI("text=Hogyan szállítjuk a konténereket üresen/töltve?;url=index.php?pg=15;");
}

with(milonic=new menuname("almenu5")){
style=menuStyle2;
aI("text=Ügyfelek & minősítések;url=index.php?pg=7;");
aI("text=Esettanulmányok;showmenu=almenu6;");
}

with(milonic=new menuname("almenu6")){
style=menuStyle2;
aI("text=Egy multinacionális Hi-Bred vetőmag termelő;url=index.php?pg=8;");
aI("text=Egy multinacionális élelmiszeripari vállalat 1;url=index.php?pg=9;");
aI("text=Egy multinacionális élelmiszeripari vállalat 2;url=index.php?pg=10;");
}



drawMenus();
