


_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=-3            // 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="#000000";
oncolor="#cccccc";
offbgcolor="#000000";
offcolor="#ffffff";
bordercolor="#eeeeee";
borderstyle="";
borderwidth=0;
separatorcolor="#cccccc";
separatorsize="1";
padding=5;

fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#cccccc";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
screenposition="right" 
top="offset=10"
margin="2"
offbgcolor="#000000"
orientation="horizontal";
aI("text=marketing services;showmenu=Services;status=Marketing Services");
aI("text=client login;url=http://www.maginei.com/login.php;status=Client Login;");
aI("text=about us;url=about.htm;status=About Us;");
aI("text=contact;url=contact.htm;status=Contact Us;");
}

with(milonic=new menuname("Services")){
style=menuStyle;
aI("text=corporate communications;url=http://www.magineimarketing.com/communications.htm;status=Corporate Communications;");
aI("text=web site development;url=http://www.magineimarketing.com/websites.htm;status=Web Site Development;");
aI("text=marketing strategy;url=http://www.magineimarketing.com/strategy.htm;status=Marketing Strategy;");
aI("text=technical writing;url=http://www.magineimarketing.com/techwriting.htm;status=Technical Writing;");
aI("text=photography;url=http://www.maginei.com/index.htm;status=maginei Photography Services;");
aI("text=affiliates;url=http://www.maginei.com/resources.htm;status=Affliates;");
}


drawMenus();

