


_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="#5A5437";
oncolor="#ffffff";
offbgcolor="#e0dabd";
offcolor="#515151";
bordercolor="#e0dabd";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=3;
fontsize="65%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="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("Home")){
style=menuStyle;
top=107;
left=20;
overflow="scroll";
aI("text=Horizontal Navigational Menu;url=/menusample1.php;");

}

with(milonic=new menuname("Profile")){
style=menuStyle;
top=107;
left=80;
aI("text=Profile;url=profile.html;");
aI("text=Client List;url=clientlist.html;");
aI("text=Organizations;url=organizations.html;");
aI("text=Stock Clients;url=stockclients.html;");

}

with(milonic=new menuname("Gallery")){
style=menuStyle;
top=107;
left=150;
aI("text=Gallery;url=travel.html;");
aI("text=Floral;url=flowers.html;");
aI("text=Fashion;url=fashion.html;");
aI("text=Events;url=events.html;");

}

with(milonic=new menuname("Links")){
style=menuStyle;
top=107;
left=220;
aI("text=Apache Web Server;url=http://www.apache.org/;status=Apache Web Server, the basis of Milonic's Web Site;");

}


with(milonic=new menuname("Contact")){
style=menuStyle;
top=107;
left=277;
aI("text=Login;url=http://www.milonic.com/login.php;");

}

drawMenus();


