
_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=40                // Follow scrolling Rate
_subOffsetTop=10              // 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="";
oncolor="#D92927";
offbgcolor="";
offcolor="#000000";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="0";
padding=5;
fontsize="100%";
fontweight="bold";
fontfamily="Arial, Verdana, Tahoma ";
pagecolor="";
pagebgcolor="";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#000000', Direction=180, Strength=0)";
outfilter="randomdissolve(duration=0.0)";
}
with(milonic=new menuname("Main Menu")){

alwaysvisible=1;
left="offset=-296px";
orientation="verticle";
style=menuStyle;
top="offset=170px";
screenposition="center";


aI("image=/gfx/red_arrow_off.gif;text=Applications;url=applications.php;");
aI("image=/gfx/red_arrow_off.gif;text=New Installation;url=new.php;");
aI("image=/gfx/red_arrow_off.gif;text=Existing Installation;url=existing.php;");
aI("image=/gfx/red_arrow_off.gif;text=Planning;url=planning.php;");
aI("image=/gfx/red_arrow_off.gif;text=Project Gallery;url=radiant_gallery.php?gazpart=show&gazgal=1;");

}
drawMenus();
