/* ---------------------------------------------------- */
/* Global Settings                                      */
/* ---------------------------------------------------- */
_menuCloseDelay=300;
_menuOpenDelay=250;
_subOffsetTop=0;
_subOffsetLeft=-1;

/* ------------------------- COMMAN CSS FOR ALL MENUS ------------------------- */

/* ---------------------------------------------------- */
/* First Level Menu [Style] - Parent Menu               */
/* ---------------------------------------------------- */
with(menuStyleTop=new mm_style()){
fontfamily="Trebuchet MS";
fontsize="12";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
//offbgcolor="FFFFFF";
offcolor="#FFFFFF";
itemheight=22;
oncolor="#FFFFFF";
outfilter="Fade(duration=0.3);";
overfilter="Fade(duration=0.5);Alpha(opacity=90)";
//pagebgimage="images/tab_selected.jpg";
align="center";
pagecolor="#b2c4ed";
padding=4;
}

/* ---------------------------------------------------- */
/* Second Level Menu [Style] - Child Menu               */
/* ---------------------------------------------------- */

with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10";
fontstyle="normal";
offbgcolor="#1d4194";
offcolor="#FFFFFF";
onbgcolor="#330066";
oncolor="#FFFFFF";
outfilter="Fade(duration=0.3);";
overfilter="Fade(duration=0.5);Alpha(opacity=90)";
padding=3;
pagebgcolor="#006699";
pagecolor="black";
separatorcolor="#000000";
separatorsize=1;
//subimage="images/s.gif";
subimagepadding=5;
temheight=20;
backgroundColor="#006699";
}

/* ------------------------- Initialise Menu Items ------------------------- */

/* ---------------------------------------------------- */
/* First Level Menu [Text] - HOME Menu                */
/* ---------------------------------------------------- */
with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyleTop;
position="relative";
//menuwidth="99%";
//overimage=images/tnav_home_r.gif;
//aI("separatorimage=images/top_menu_lsep.gif;separatorwidth=2;");
aI("text=&nbsp;&nbsp;&nbsp;");
aI("text=Home ;url=index.html;");
aI("text=&nbsp;||;");
aI("text=Company Profile ;url=company.html;");
aI("text=&nbsp;||;");
aI("text=Resources / Downloads;url=download.html;");
aI("text=&nbsp;||;");
aI("text=Customer Support;showmenu=cust;");
aI("text=&nbsp;||;");
aI("text=White Papers;showmenu=White");
aI("text=&nbsp;||;");
aI("text=Feedback;url=feedback.aspx;");
aI("text=&nbsp;||;");
aI("text=Site Map;url=site.html;");
aI("text=&nbsp;||;");
aI("text=Contact Us ;url=contact.html;");





aI("");
}
	/* ------------------------- Projects Menu Start Here------------------------- */
	/* ---------------------------------------------------- */
	/* Second Level Menu [Text] - PROJECTS Menu             */
	/* ---------------------------------------------------- */
	with(milonic=new menuname("White")){
	orientation="vertical";
	style=menuStyle;
	//top=88;
	//left=18;
	//itemheight="24";
	//menuwidth="99%";
	//aI("text=Online Tenders Publishing;url=http://www.tendersonline.in;target=_blank;");
	aI("text=Thin Client;url=thin_client.html;");
	//aI("text=Design;url=design.html;showmenu=Design;");
	aI("text=Servelliance;url=survel.html;");
	aI("text=Storage;url=storage.html;");
		}
		
		with(milonic=new menuname("cust")){
		orientation="vertical";
		style=menuStyle;
		//menuwidth=114;
		//top=106;
		aI("text=Complaint;url=customers.aspx;");
		aI("text=Product registration ;url=registration.aspx;");
		
		}
		
drawMenus();

