_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=0              // Sub menu top offset
_subOffsetLeft=-1             // 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="#0F3FA0";
oncolor="#ffffff";
offbgcolor="#F90000";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11px";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/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;
top=55;
center=0;
alwaysvisible=1;
orientation="horizontal";
aI("image=images/home.gif;overimage=images/home1.gif;url=index.html;subimage=;borderwidth=0;separatorsize=0;");
aI("image=images/about.gif;overimage=images/about1.gif;showmenu=about;url=about.html;subimage=;separatorsize=0;");
aI("image=images/systems.gif;overimage=images/systems1.gif;showmenu=systems;url=systems.html;subimage=;separatorsize=0;");
aI("image=images/solutions.gif;overimage=images/solutions1.gif;showmenu=solutions;url=solutions.html;subimage=;separatorsize=0;");
aI("image=images/stories.gif;overimage=images/stories1.gif;url=stories.html;subimage=;separatorsize=0;");
}
	

	with(milonic=new menuname("about")){
	style=menuStyle;
	aI("text=Technology Partners;url=technology_partners.html;");
	aI("text=Service;url=about_service.html;");
	aI("text=Location;url=location.html;");
	
	}

	with(milonic=new menuname("systems")){
	style=menuStyle;
	aI("text=Multifunction Systems;url=multifunction_systems.html;");
	aI("text=Laser Printers;url=printing.html;");
	aI("text=Multifunction Facsimile;url=fax.html;");
	aI("text=Digital Duplicators;url=digital_duplicators.html;");
	aI("text=Shredders;url=shredders.html;");
	
	}	
	
	with(milonic=new menuname("solutions")){
	style=menuStyle;
	aI("text=Benefits;url=benefits.html;");
	aI("text=Technologies;url=technologies.html;");
	aI("text=Workflow Assessment;url=document_management.html;");
	}

	//with(milonic=new menuname("Class Actions")){
		//style=menuStyle;
		//aI("text=Class Actions FAQ;url=faq.html;");
		//}


drawMenus();