
_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=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
/*onbgcolor="#4F8EB6";*/
oncolor="#ffffff";
//offbgcolor="#476879";
offcolor="#ffffff";
//bordercolor="#296488";
//borderstyle="solid";
//borderwidth=1;
separatorcolor="#799eb2";
separatorsize="1";
//separatorimage="http://www.sofokleousin.gr/wp-content/themes/sofokleousin_v2/images/separator.gif";
//separatorheight="10";
//separatorwidth="5";


padding=4;
fontsize="88%";
fontstyle="bold";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="white";
//pagebgcolor="#82B6D7";
//headercolor="#ffffff";
//headerbgcolor="#ffffff";
subimage="/arrow.gif";
subimagepadding="2";
bgimage="http://www.sofokleousin.gr/wp-content/themes/sofokleousin_v2/images/top_menu_bg.gif";
overbgimage="http://www.sofokleousin.gr/wp-content/themes/sofokleousin_v2/images/top_menu_bg_over.gif";
pagebgimage="http://www.sofokleousin.gr/wp-content/themes/sofokleousin_v2/images/top_menu_bg_page.gif";

itemheight=27;
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=70;
left=10;

alwaysvisible=1;
orientation="horizontal";
aI("text=Αρχική;url=/index.php;status=Αρχική σελίδα;");
aI("text=Αγορές;url=/index.php?cat=3;status=Αγορές;showmenu=Links3;");
aI("text=Επιχειρήσεις;url=/index.php?cat=12;showmenu=Links12;");
aI("text=Πολιτική&nbsp;&amp;&nbsp;Οικονομία;url=/index.php?cat=15;showmenu=Links15;");
aI("text=Άμυνα & Διπλωματία;url=/index.php?cat=73;");
<!--aI("text=Απόψεις;url=/index.php?cat=18;");-->
<!--aI("text=GoGreen;url=/gogreen/;");-->

<!--aI("text=Traders Bar;url=/traders_bar/;");-->
aI("text=Market Monitor;url=/marketmonitor/;showmenu=forex;");
aI("text=Extras;url=#;showmenu=extras;");
aI("text=Επικοινωνία;url=/contact/;");
<!--aI("text=Emporium;url=/emporium/;");-->
<!--aI("text=Sports;url=/sports/;");-->
<!--aI("text=Forum;url=/forum/;");-->
}

with(milonic=new menuname("extras")){
style=menuStyle;
aI("text=Go Green;url=/gogreen/;status=Go Green;");
aI("text=Emporium;url=/emporium/;status=Emporium;");
aI("text=Sports;url=/sports/;");
}

with(milonic=new menuname("forex")){
style=menuStyle;
aI("text=Forex;url=#;status=Forex;showmenu=forexby;");
}

with(milonic=new menuname("forexby")){
style=menuStyle;
aI("text=Forex by Saxobank;url=/content_sharing/live_ticker.php;");
//aI("text=Πίνακες;url=/index.php?cat=11;");
aI("text=Forex by Easy Forex;url=/Testing/forex_market/;");
}

with(milonic=new menuname("Links12")){
style=menuStyle;
aI("text=Ελλάδα;url=/index.php?cat=13;status=Ελλάδα;");
aI("text=Κόσμος;url=/index.php?cat=14/;status=Κόσμος;");
}

with(milonic=new menuname("Links15")){
style=menuStyle;
aI("text=Ελλάδα;url=/index.php?cat=16;status=Ελλάδα;");
aI("text=Κόσμος;url=/index.php?cat=17/;status=Κόσμος;");
}


with(milonic=new menuname("Links3")){
style=menuStyle;
aI("text=Διεθνή Χρηματιστήρια;url=/index.php?cat=8;status=Διεθνή Χρηματιστήρια;showmenu=Links8;");
aI("text=Σοφοκλέους;url=/index.php?cat=4;status=Σοφοκλέους;showmenu=Links4;");
}

with(milonic=new menuname("Links8")){
style=menuStyle;
aI("text=Ειδήσεις;url=/index.php?cat=9;");
//aI("text=Πίνακες;url=/index.php?cat=11;");
aI("text=Σχόλια;url=/index.php?cat=10;");
}

with(milonic=new menuname("Links4")){
style=menuStyle;
aI("text=Ειδήσεις;url=/index.php?cat=5;");
//aI("text=Πίνακες-Μετοχές;url=/index.php?cat=7;");
aI("text=Market Monitor;url=/marketmonitor/;");
}

drawMenus();

