

_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=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
//onbgcolor="#4F8EB6";
//oncolor="#ffffff";
//offbgcolor="#DCE9F0";
//offcolor="#515151";
//separatorcolor="#2D729D";
//separatorsize="1";
padding=0;
separatorcolor="#ffffff";
separatorsize="0";
fontsize="75%";
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(subMenuStyle=new mm_style()){
onbgcolor="#BCC3F6";
oncolor="#ffffff";
offbgcolor="#AAB1DF";
offcolor="#ffffff";

separatorcolor="#565985";
separatorsize=1;

padding=4;
fontsize=11;	
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";
/*
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
*/
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
//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("Main Menu"))
{
	style=menuStyle;
	screenposition="center"
	top=85;
	left="offset=-122"
	alwaysvisible=1;
	orientation="horizontal";
	screenposition="center"
	zindex=50;
	/*
	
	style=menuStyle;
	alwaysvisible=1;
	orientation="horizontal";
	top=30;
	left="offset=143"
	*/
	aI("image=images/products_off.jpg;overimage=images/products_on.jpg;showmenu=Menu1;url=products.html;;");
	aI("image=images/services_off.jpg;overimage=images/services_on.jpg;showmenu=Menu2;url=services.html;;");
	aI("image=images/portfolio_off.jpg;overimage=images/portfolio_on.jpg;showmenu=Menu3;url=portfolio.html;;");
	aI("image=images/contact_off.jpg;overimage=images/contact_on.jpg;url=order.asp;;");
	aI("image=images/client_off.jpg;overimage=images/client_on.jpg;url=login.asp;;");

}



with(milonic=new menuname("Menu1"))
{
	style=subMenuStyle;
	itemwidth = "160";
	top="offset=0"
	aI("text=PowerEdit;url=products_poweredit.htm;");
	aI("text=Gel;url=products_gel.htm;");
	aI("text=Trakker;url=products_trakker.htm;");
	aI("text=Protect;url=products_protect.htm;");
	aI("text=Protect CMS;url=products_protectcms.htm;");
	aI("text=Events Calendar;url=products_events_calendar.htm;");
	aI("text=Custom Code;url=products_customcode.htm;");
}


with(milonic=new menuname("Menu2"))
{
	style=subMenuStyle;
	itemwidth = "160";
	top="offset=0"
	aI("text=Web Hosting;url=services_webhosting.htm;");
	aI("text=Web Design;url=services_webdesign.htm;");
	aI("text=Graphic Design;url=services_graphdesign.htm;");
	aI("text=3D modelling/Rendering;url=services_3dmodeling.htm;");
}


with(milonic=new menuname("Menu3"))
{
	style=subMenuStyle;
	itemwidth = "160";
	top="offset=0"
	
	aI("text=Web Design Gallery;url=portfolio_webdesign.htm;");
	aI("text=Graphic Design Gallery;url=portfolio_graphdesign.htm;");
	aI("text=3D Rendering Gallery;url=portfolio_3drendering.htm;");
	aI("text=Architectural Rendering Gallery;url=portfolio_arch.htm;");
//	aI("text=Case Studies;url=portfolio_casestudies.htm;");
	
}
drawMenus();

