


_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=50                // Follow scrolling Rate
_subOffsetTop=5               // 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="#ad9c5a";
oncolor="#ffffff";
offbgcolor="#c0bda8";
offcolor="#5e553e";
bordercolor="#dfdfdf";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Arial, Verdana, sans-serif,Tahoma,";
pagecolor="black";
pagebgcolor="#ad9c5a";
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(milonic=new menuname("Main Menu")){
style=menuStyle;
top=75;
left=10;
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=/ingatlan/index-hu;status=Back To Home Page;image=home.gif;");
aI("text=Advertisement;url=/servlet/HirdetesIng?metodus=NYELV_valaszt&nyelv=ENG;target=_blank;image=ikon1.jpg;");
aI("text=Offers By Agents;showmenu=Irodák ajánlatai;image=ikon10.jpg;");
aI("text=Special Offers;showmenu=Kiemelt ajánlatok;image=ikon3.jpg;");
aI("text=Information;showmenu=Információ;image=ikon2.jpg;");
aI("text=Ad prices;showmenu=Hirdetési díjak;image=ikon4.jpg;");
aI("text=Services;showmenu=Szolgáltatások;image=ikon5.jpg;");
aI("text=Links;showmenu=Linkek;url=http://www.pointernet.pds.hu/ingatlan/linkek.html;target=_blank;image=ikon6.jpg;");

}

with(milonic=new menuname("Irodák ajánlatai")){
style=menuStyle;
aI("text=Green World Real Estate Agency;showmenu=green-world-1;url=/servlet/Ingatlan?iroda=mind;target=_blank;image=ikon10.jpg;");
}

with(milonic=new menuname("green-world-1")){
style=menuStyle;
borderwidth=1;
aI("image=green-world-logo.jpg;");
}


with(milonic=new menuname("Kiemelt ajánlatok")){
style=menuStyle;
aI("text=Special Offers;showmenu=kiemelt-1;url=/estate/index-en.html;image=ikon3.jpg;");
}

with(milonic=new menuname("kiemelt-1")){
style=menuStyle;
borderwidth=1;
aI("image=1161.jpg;");
}


with(milonic=new menuname("Információ")){
style=menuStyle;
aI("text=Terms and Conditions;showmenu=informacio-1;url=/ingatlan/feltetelek-en.html;image=ikon2.jpg;");
aI("text=Our Offer to Agents;showmenu=informacio-2;url=http://www.pointernet.pds.hu/ingatlan/ajanlat.html;target=_blank;image=ikon2.jpg;");
aI("text=Project Description;showmenu=informacio-3;url=http://www.pointernet.pds.hu/ingatlan/summary.html;target=_blank;image=ikon2.jpg;");
}

with(milonic=new menuname("informacio-1")){
style=menuStyle;
borderwidth=1;
aI("image=ikon2.jpg;");
}

with(milonic=new menuname("informacio-2")){
style=menuStyle;
borderwidth=1;
aI("image=ikon2.jpg;");
}

with(milonic=new menuname("informacio-3")){
style=menuStyle;
borderwidth=1;
aI("image=ikon2.jpg;");
}

with(milonic=new menuname("Hirdetési díjak")){
style=menuStyle;
aI("text=Hungarian Price List;showmenu=price-hun-1;url=/ingatlan/prices_eur_huf.html;image=flag-hun.jpeg;");
aI("text=English Price List;showmenu=price-eng-2;url=/ingatlan/prices_eur_en.html;image=flag-eng.jpeg;");
aI("text=German Price List;showmenu=price-de-3;url=/ingatlan/prices_eur_de.html;image=flag-de.jpeg;");
aI("text=Spanish Price List;showmenu=price-sp-4;url=/ingatlan/prices_eur_es.html;image=flag-span.jpeg;");
aI("text=French Price List;showmenu=price-fr-5;url=/ingatlan/prices_eur_en.html;image=flag-fr.jpeg;");
aI("text=Croatian Price List;showmenu=price-hr-6;url=/ingatlan/prices_eur_en.html;image=flag-hr.jpeg;");
}

with(milonic=new menuname("price-hun-1")){
style=menuStyle;
borderwidth=1;
aI("image=forint.jpg;");
}

with(milonic=new menuname("price-eng-2")){
style=menuStyle;
borderwidth=1;
aI("image=pounds.jpg;");
}

with(milonic=new menuname("price-de-3")){
style=menuStyle;
borderwidth=1;
aI("image=euro-1.jpg;");
}

with(milonic=new menuname("price-sp-4")){
style=menuStyle;
borderwidth=1;
aI("image=euro-1.jpg;");
}

with(milonic=new menuname("price-fr-5")){
style=menuStyle;
borderwidth=1;
aI("image=euro-1.jpg;");
}

with(milonic=new menuname("price-hr-6")){
style=menuStyle;
borderwidth=1;
aI("image=kuna.jpg;");
}




drawMenus();


