_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="#668BD4";
oncolor="#f0fBf8";
offbgcolor="#A0BBE8";
offcolor="#000000";
bordercolor="#CCCCCC";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="70%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="milonicMenu/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("media")){
style=menuStyle;
overflow="scroll";
aI("text=models;url=models.php;");
aI("text=textures;url=textures.php;");


}


with(milonic=new menuname("about")){
style=menuStyle;
aI("text=History;url=http://www.newmediatech.net/newSite/history.php?loader=History;");

}




with(milonic=new menuname("forum")){
style=menuStyle;
}



	
