tempvar = ""

_menuCloseDelay=50           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_subOffsetTop=0            // Sub menu top offset
_subOffsetLeft=0        // Sub menu left offset

with(XPMainStyle=new mm_style()){
separatorwidth=1;
separatorheight=24;
separatorimage=tempvar + "i/divider-lightgreen.gif"
fontfamily="Arial,Helvetica,Verdana";
fontsize=14;
fontstyle="normal";
fontweight="normal";
offcolor="#686868";
oncolor="#890000";
overbgimage=tempvar + "i/bg2.gif";
bgimage=tempvar + "i/clear.gif";
padding=2;
}

with(XPMenuStyle=new mm_style()){
fontfamily="Arial";
fontsize=12;
fontstyle="normal";
fontweight="normal";
padding=3;
subimage="i/blue1_4x7.gif";
subimagepadding=3;
offbgcolor="#99CB99"
offcolor="#000000";
onborder="1px solid #686868";
oncolor="000000";
offbgcolor="#e4e4e4";
onbgcolor="#ffffff";
subimage="i/blue1_4x7.gif";
subimagepadding=2;
overfilter="Fade(duration=0.3);Alpha(opacity=100);Shadow(color=#B9E3F4, Direction=150, Strength=1)";
}

with(milonic=new menuname("mainmenu")){
top=51;
left=0;
style=XPMainStyle;
alwaysvisible=1;
orientation="horizontal";
position="relative";
//margin=1;
aI("itemwidth=80;align=center;text=Home;url=index.php;")
aI("itemwidth=90;align=center;text=Services;url=services.php;")
aI("itemwidth=90;align=center;text=Portfolio;url=portfolio.php;")
//aI("itemwidth=90;align=center;text=Client List;url=client-list.php;")
//aI("itemwidth=80;align=center;text=About;url=about.php;")
//aI("itemwidth=90;align=center;text=Contact;url=contact.php;")
//aI("itemwidth=160;align=center;text=Need Web Hosting?;url=webhosting.php;")
aI("itemwidth=160;align=center;text=Request for Proposal;url=rfp.php;")
//aI("itemwidth=90;align=center;text=Resources;url=resources.php;showmenu=resources;")
}


with(milonic=new menuname("resources")){
style=XPMenuStyle;
alignment="left";
margin=8;
aI("text=Web Design;url=history.php;")
aI("text=Web Development;url=park-rules.php;")
aI("text=Cascading Style Sheets;url=css.php;")
aI("text=Javascript;url=javascript.php;")
aI("text=PHP;url=php.php;")
aI("text=MySQL;url=mysql.php;")
aI("text=Content Management Systems;url=contact.php;")
aI("text=Web Hosting;url=webhosting.php;")
aI("text=Adobe Photoshop;url=photoshop.php;")
aI("text=Adobe Illustrator;url=illustrator.php;")
aI("text=Adobe Flash;url=flash.php;")
aI("text=E-Commerce;url=E-Commerce.php;")
aI("text=Twitter;url=twitter.php;")
aI("text=Facebook;url=facebook.php;")
aI("text=Blogs;url=blogs.php;")
aI("text=Modo 401;url=modo401.php;")
}


with(milonic=new menuname("graphicdesign")){
style=XPMenuStyle;
alignment="left";
margin=8;
aI("text=Web Design;url=history.php;")
}

with(milonic=new menuname("webprogramming")){
style=XPMenuStyle;
alignment="left";
margin=8;
aI("text=Web Design;url=history.php;")
}

with(milonic=new menuname("socialmedia")){
style=XPMenuStyle;
alignment="left";
margin=8;
aI("text=Web Design;url=history.php;")
}

with(milonic=new menuname("generlwebinfo")){
style=XPMenuStyle;
alignment="left";
margin=8;
aI("text=Web Design;url=history.php;")
}




drawMenus();
