
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#b7ccff";
oncolor="#C07C98";
offbgcolor="#e7efff";
offcolor="#336699";
bordercolor="#b7ccff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#b7ccff";
separatorsize="1";
padding=1;
fontsize="11px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#4B669E";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="http://veliko.info/more/img/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#ffffff', Direction=0,  Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}



with(milonic=new menuname("mainmenu")){
style=menuStyle;
top=135;
left=5;

alwaysvisible=1;
aI("text= <font color=#E82028><B>MountProperties</B></font>;url=http://veliko.info/properties/mountain/0/index.html;showmenu=mount;dragable=1;");


aI("text=<font color=#E82028><B>Town properties</B></font>;url=http://veliko.info/properties/town/town1/index.html;");
aI("text=<font color=#E82028><B>CommercRealty</B></font>;url=http://veliko.info/properties/commercial/comm1/index.html;");
aI("text=<font color=#E82028><B>Plots of land</B></font>;url=http://veliko.info/properties/land/land1/index.html;");

aI("text=Blagoebgrad&nbsp;&nbsp;&nbsp;&nbsp;url=http://www.veliko.info/bulgaria/area/blagoevgrad.html;");
aI("text=Burgas;url=http://www.veliko.info/bulgaria/area/burgas.html;");
aI("text=Gabrovo;url=http://www.veliko.info/bulgaria/area/gabrovo.html;");
aI("text=Dobrich;url=http://www.veliko.info/bulgaria/area/dobrich.html;");
aI("text=Kardzhali;url=http://www.veliko.info/bulgaria/area/kurdjali.html;");
aI("text=Kyustendil;url=http://www.veliko.info/bulgaria/area/kustendil.html;");
aI("text=Lovetch;url=http://www.veliko.info/bulgaria/area/lovech.html;");
aI("text=Montana;url=http://www.veliko.info/bulgaria/area/montana.html;");
aI("text=Pazardjik;url=http://www.veliko.info/bulgaria/area/razgrad.html;");
aI("text=Pernik;url=http://www.veliko.info/bulgaria/area/pernik.html;");
aI("text=Pleven;url=http://www.veliko.info/bulgaria/area/pleven.html;");



aI("url=http://veliko.info/more/yahti/leonardo/index.html;status=Google;image=http://veliko.info/more/img/middle1.jpg;align=center;");
}







 with(milonic=new menuname("mount")){
style=menuStyle;
overflow="scroll";
aI("text= <font color=#C07C98> 0 - 50000 &euro;</B></font>;url=http://veliko.info/properties/mountain/0-50/index.html;showmenu=m1;dragable=1;");
aI("text=<font color=#C07C98> 50000 - 100000 &euro;</B></font>;url=http://veliko.info/properties/mountain/50-100/index.html;showmenu=m2;dragable=1;");
aI("text=<font color=#C07C98> Above 100000 &euro;</B></font>;url=http://veliko.info/properties/mountain/above100/index.html;showmenu=m3;dragable=1;");
}

with(milonic=new menuname("m1")){
style=menuStyle;
overflow="scroll";
aI("text= <font color=#C07C98>&nbsp;&nbsp;&nbsp;1-6&nbsp;&nbsp;&nbsp;</B></font>;url=http://veliko.info/properties/mountain/0-50/index1.html;");
aI("text=<font color=#C07C98>&nbsp;&nbsp;&nbsp;7-12&nbsp;&nbsp;&nbsp;</B></font>;url=http://veliko.info/properties/mountain/0-50/index2.html;");
aI("text=<font color=#C07C98>&nbsp;&nbsp;&nbsp;13-18&nbsp;&nbsp;&nbsp;</B></font>;url=http://veliko.info/properties/mountain/0-50/index3.html;");
}
with(milonic=new menuname("m2")){
style=menuStyle;
overflow="scroll";
aI("text= <font color=#C07C98>&nbsp;&nbsp;&nbsp;1-6&nbsp;&nbsp;&nbsp;</B></font>;url=http://veliko.info/properties/mountain/50-100/index1.html;");
aI("text=<font color=#C07C98>&nbsp;&nbsp;&nbsp;7-12&nbsp;&nbsp;&nbsp;</B></font>;url=http://veliko.info/properties/mountain/50-100/index2.html;");
aI("text=<font color=#C07C98>&nbsp;&nbsp;&nbsp;13-18&nbsp;&nbsp;&nbsp;</B></font>;url=http://veliko.info/properties/mountain/50-100/index3.html;");
}
with(milonic=new menuname("m3")){
style=menuStyle;
overflow="scroll";
aI("text= <font color=#C07C98>&nbsp;&nbsp;&nbsp;1-6&nbsp;&nbsp;1&nbsp;&nbsp;&nbsp;</B></font>;url=http://veliko.info/properties/mountain/above100/index1.html;");
aI("text=<font color=#C07C98>&nbsp;&nbsp;&nbsp;7-12&nbsp;&nbsp;&nbsp;</B></font>;url=http://veliko.info/properties/mountain/above100/index2.html;");
aI("text=<font color=#C07C98>&nbsp;&nbsp;&nbsp;13-18&nbsp;&nbsp;&nbsp;</B></font>;url=http://veliko.info/properties/mountain/above100/index3.html;");
}


drawMenus();


