_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="#ffffff";
oncolor="#333333";
offbgcolor="#efefef";
offcolor="#333333";
bordercolor="#296488";
borderstyle="none";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="3";
padding=4;
fontsize="80%";
fontstyle="normal";
fontfamily="tahoma,arial,sans-serif";
menubgimage="";
pagecolor="#333333";
pagebgcolor="#transparent";
headercolor="transparent";
headerbgcolor="transparent";
//menubgimage="/nav_images/yfa/hp01_menulevel1_bg.gif";
itemheight=16;
separatorpadding=1;
}
with(menuStyle2=new mm_style()){
onbgcolor="#ff0099";
oncolor="#ffffff";
offbgcolor="transparent";
offcolor="#333333";
bordercolor="#cccccc";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ff0099";
separatorsize="1";
padding=4;
fontsize="80%";
fontstyle="normal";
fontfamily="tahoma,arial,sans-serif";
menubgimage="/nav_images/yfa/tmpl05_menubg.jpg";
pagecolor="#333333";
pagebgcolor="transparent";
headercolor="transparent";
headerbgcolor="transparent";
overfilter="Shadow(color='#666666', direction=135, strength=2)";
itemwidth=200;
separatorpadding =1;
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=151;
left=2;
alwaysvisible=1;
margin=0;
orientation="horizontal";

aI("text=home page;url=/index.aspx;onbgcolor=#ff0099;oncolor=#ffffff;");
aI("text=about us;showmenu=about;");
aI("text=news;showmenu=news;");
aI("text=collections;showmenu=collections;");
aI("text=education;showmenu=education;");
aI("text=projects;showmenu=projects;");
//aI("text=sales;showmenu=sales;");
aI("text=shop;showmenu=shop;");
aI("text=footage sales;showmenu=footage sales;");
aI("text=yfa online;showmenu=yfa online;");
//aI("text=donating material;showmenu=donate;");
//aI("text=search database;showmenu=search;");
aI("text=links;showmenu=links;");
aI("text=help;showmenu=help;");
//aI("text=private;showmenu=private;");
}


