_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=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#ffffff";
oncolor="#000000";
offbgcolor="ffffff";
offcolor="#515151";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=5;
fontsize="11";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Verdana";
pagecolor="black";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="http://www.catpartnership.com/images/linkarrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#ffffff', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("HOME")){
style=menuStyle;
aI("text=HOME1;url=http://www.catpartnership.com/index.php;");

}

with(milonic=new menuname("ABOUT")){
style=menuStyle;
aI("text=ABOUT;url=http://www.catpartnership.com/about.php;");

}

with(milonic=new menuname("CONTACT")){
style=menuStyle;
aI("text=CONTACT;url=http://www.catpartnership.com/contact.php;");

}



with(milonic=new menuname("SERVICES")){
style=menuStyle;
aI("text=Web Development;url=http://www.catpartnership.com/web_dev.php;");
aI("text=Print & Graphic;url=http://www.catpartnership.com/print_graphics.php;");
aI("text=Domain Registration;url=http://www.catpartnership.com/domains.php;");
aI("text=Hosting;url=http://www.catpartnership.com/hosting.php;");
aI("text=Online Marketing;url=http://www.catpartnership.com/gser.php;");




}



with(milonic=new menuname("WEB PORTFOLIO")){
style=menuStyle;
aI("text=Web Portfolio;url=http://www.catpartnership.com/web_portfolio.php;");

}

with(milonic=new menuname("PRINT PORTFOLIO")){
style=menuStyle;
aI("text=Corporate ID;showmenu=Limited Editions 1;status=Corporate ID;");
aI("text=Logos;showmenu=Logos;Logos;");




}


with(milonic=new menuname("CONTACT")){
style=menuStyle;
aI("text=CONTACT;url=http://www.catpartnership.com/contact.php;");


}

drawMenus();


