
_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="#74b8fc";
oncolor="#d1e8ff";
offbgcolor="#b3d7fc";
offcolor="#000000";
bordercolor="#74b8fc";
borderstyle="solid";
borderwidth=1;
separatorcolor="#74b8fc";
separatorsize="1";
padding=3;
fontsize="11";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#ffffff";
pagebgcolor="";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding="2";
outfilter="randomdissolve(duration=0.3)";
}

with(menuStyle2=new mm_style()){
onbgcolor="#74b8fc";
oncolor="#d1e8ff";
offbgcolor="#b3d7fc";
offcolor="#000000";
bordercolor="#74b8fc";
borderstyle="solid";
borderwidth=1;
separatorcolor="#74b8fc";
separatorsize="1";
padding=3;
fontsize="11";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#ffffff";
pagebgcolor="#b3d7fc";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/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(milonic=new menuname("Main Menu")){
style=menuStyle;
top=175;
left=0;
itemwidth=145;
itemheight=21;
alwaysvisible=1;
orientation="vertical";
aI("text=Magunkról;url=?pg=1;");
aI("text=Elérhetőségeink;url=?pg=73;");
aI("text=AKCIÓINK;url=?pg=17;");
aI("text=Hőszigetelési akciók;url=?pg=75;");
aI("text=Termékeink:;url=?pg=3;");
aI("text=LB-Knauf termékek:;showmenu=almenu13;");
aI("text=Nemesvakolatok, színezők, festékek;showmenu=almenu46;");
aI("text=Hőszigetelők;showmenu=almenu6;");
aI("text=Könnyűszerkezetes házak;showmenu=almenu25;");
aI("text=Száraz építészet;showmenu=almenu27;");
aI("text=Schiedel kémény rendszer;url=?pg=44;");
aI("text=Vízszigetelők;showmenu=almenu7;");
aI("text=Zsindelyek;showmenu=almenu45;");
aI("text=Falazó anyagok;showmenu=almenu21;");
aI("text=Hirdetések;url=?pg=77;");
aI("text=Tetőcserepek;showmenu=almenu79;");
}

with(milonic=new menuname("almenu6")){
style=menuStyle2;
aI("text=Heraklith;url=?pg=8;");
aI("text=Austrotherm;url=?pg=60;");
aI("text=Ursa;url=?pg=61;");
}

with(milonic=new menuname("almenu7")){
style=menuStyle2;
aI("text=ICO-PAL;url=?pg=18;");
aI("text=VILLAS;url=?pg=66;");
}

with(milonic=new menuname("almenu13")){
style=menuStyle2;
aI("text=Vakolatrendszer;url=?pg=70;");
aI("text=Hidegburkolási rendszer;url=?pg=71;");
aI("text=Esztrich rendszer;url=?pg=72;");
}

with(milonic=new menuname("almenu21")){
style=menuStyle2;
aI("text=Porotherm;url=?pg=22;");
aI("text=YTONG;url=?pg=64;");
aI("text=Leier;url=?pg=65;");
}

with(milonic=new menuname("almenu25")){
style=menuStyle2;
aI("text=Protektor acél házak;url=?pg=26;");
}

with(milonic=new menuname("almenu27")){
style=menuStyle2;
aI("text=Válaszfalak;url=?pg=28;");
aI("text=Mennyezetek;url=?pg=67;");
}

with(milonic=new menuname("almenu45")){
style=menuStyle2;
aI("text=IKO;url=?pg=50;");
aI("text=VILLAS;url=?pg=62;");
aI("text=ICO-PAL;url=?pg=63;");
}

with(milonic=new menuname("almenu46")){
style=menuStyle2;
aI("text=LB-Knauf;url=?pg=47;");
aI("text=Revko;url=?pg=68;");
aI("text=Hasit;url=?pg=69;");
}

with(milonic=new menuname("almenu79")){
style=menuStyle2;
aI("text=Tondach;url=?pg=80;");
}



drawMenus();

