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



with(menuStyle=new mm_style()){
onbgcolor="#3B537D";
oncolor="#ffffff";
offbgcolor="#3F7FBF";
offcolor="#ffffff";
separatorcolor="#3F7FBF";
separatorsize=18;
separatorwidth=8;
padding=4;
fontsize="10px";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/Images/down_arrow_blue.gif";
subimageposition='left';
onsubimage="Images/down_arrow_white.gif";
subimagepadding="2";
}

with(menuStyle2=new mm_style()){
onbgcolor="#B1C3D9";
oncolor="#000000";
offbgcolor="#3B537D";
offcolor="#ffffff";
padding=4;
fontsize="11px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
headercolor="#000000";
headerbgcolor="#ffffff";
onsubimage="Images/right_arrow_blue.gif";
subimage="Images/right_arrow_white.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
outfilter="Fade(duration=0.2);";
}

	with(milonic=new menuname("product")){
	style=menuStyle2;
	aI("text=Products;url=Product/Prodorview.htm;status=Products;");
	aI("text=Services;url=Service/Library Constr.htm;status=Services;");
	aI("text=Bioinformatic Tools;url=bioinfo/genesq.htm;status=Bio Informatic Tools;");
		}

	with(milonic=new menuname("tech")){
		style=menuStyle2;
		aI("text=How It Works;url=Object/technology.htm;status=How It Works;");
		}
		
	with(milonic=new menuname("Cominfo")){
		style=menuStyle2;
		aI("text=About Us;url=Object/company.htm;status=About Us;");
		aI("text=Personnel;url=Object/emplyees.htm;status=Personnel;");
		}
	with(milonic=new menuname("News")){
		style=menuStyle2;
		aI("text=News;url=Object/news.htm;status=News;");
		aI("text=Recent Publication;url=Object/RECENT.htm;status=Recent Publication;");
		}
	with(milonic=new menuname("support")){
		style=menuStyle2;
		aI("text=Contact Us;url=../Object/contact.htm;status=Contact Us;");
		aI("text=FAQs;url=../Object/faqs.htm;status=FAQs;");
		aI("text=Online Quote;url=..//Quote/quotes.php;status=Online Quote;");
		aI("text=Literature Request;url=http://ecoarray.com/tinc?key=oDgwgZxy&formname=litre;status=Literature Request;");
		aI("text=DSP Registration;url=..//Quote/quotes.php;status=DSP Resgistration;")
		}
drawMenus();

