


_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=20              // Sub menu top offset
_subOffsetLeft=2              // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(TmenuStyle=new mm_style()){
//onbgcolor="#FFFFFF";
oncolor="#FFFFFF";
//offbgcolor="#FFFFFF";
offcolor="#6C4D01";
bordercolor="";
borderstyle="solid";
borderwidth=0;
separatorcolor="6C4D01";
separatorsize=3;
separatorheight=3;
padding=5;
fontsize="12px";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, Helvetica, sans-serif";
pagecolor="#FFFFFF";
//pagebgcolor="#FFFFFF";
//headercolor="#000000";
//headerbgcolor="#ffffff";
}

with(TmenuStyle2=new mm_style()){
onbgcolor="#CCCCCC";
oncolor="#0000FF";
offbgcolor="#333333";
offcolor="#FFFFFF";
pagecolor="#000000";
pagebgcolor="#CCCCCC";
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
separatorcolor="#999999";
separatorsize="1";
padding=3;
fontsize="12px";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, Helvetica, sans-serif";
headercolor="#004F93";
headerbgcolor="#ffffff";
subimage="images/menu_arrow.gif";
subimagepadding="2";
imagealign="left";
image="images/menu_bullet.gif";
overfilter="Fade(duration=0.2);Alpha(opacity=96);Shadow(color='#555555', Direction=135, Strength=3)";
outfilter="randomdissolve(duration=0.2)";
}
with(milonic=new menuname("almenu22")){
style=TmenuStyle2;
aI("text=Furnér;url=index.php?pg=43&nyelv=0;");
}

with(milonic=new menuname("almenu36")){
style=TmenuStyle2;
aI("text=Bérbeadó ingatlan;url=index.php?pg=40&nyelv=0;");
}

with(milonic=new menuname("almenu53")){
style=TmenuStyle2;
aI("text=Furnér;url=index.php?pg=55&nyelv=0;");
aI("text=Árlista Színfurnér;url=index.php?pg=54&nyelv=0;");
aI("text=Árlista FineLine furnér;url=index.php?pg=56&nyelv=0;");
}



drawMenus();

