

_menuCloseDelay=300
_menuOpenDelay=100
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=2            // Sub menu left offset

with(menuStyle=new mm_style())
{
	onbgcolor="transparent"
	oncolor="#FAC800";  // roll over color
//	offbgcolor="transparent";
	offcolor="#ffffff";      //top menu color
	//bordercolor="#296488";
	//borderstyle="solid";
	//borderwidth=1;
	separatorcolor="#000000"
	separatorsize="0";
	padding=2;
	fontsize="11px";
	fontstyle="Bold";
	fontweight="Bold";
	fontcolor="#ffffff";
	fontfamily="Verdana";
	pagecolor="#ffffff";
	pagebgcolor="#000000";
	headercolor="#ffffff";
	headerbgcolor="#ffffff";
	subimage="";
	subimagepadding="2";
	onsubimage="";
}

with(subMenuStyle=new mm_style())
{
	onbgcolor="#dfdfdf"
	oncolor="#000000";    //pop up ROLLOVER  color
	offbgcolor="#000000"; //pop up menu color

	offcolor="#ffffff";  //pop up menu font color
	bordercolor="#000000";
	borderstyle="solid";
	borderwidth=1;
	//separatorcolor="#ffffff";
	//separatorsize="1";
	padding=2;
	fontsize="11px";
	fontstyle="normal";
	fontweight="normal";
	fontcolor="#ffffff";
	fontfamily="Arial";
	pagecolor="#000000";
	pagebgcolor="#E9F4FF";
	headercolor="#ffffff";
	headerbgcolor="#ffffff";
	subimage="";
	subimagepadding="2";
	overflow="scroll";
}

with(milonic=new menuname("Main Menu"))
{
	style=menuStyle;
	/// Shalaka here you define left postions for your menu
	if (screen.width=='800')
	{
		left=70; //Left for 800 resoultion
		top=0;
	}
	else if (screen.width=='1024')
	{
		left=198 //Left for 1024 resoultion
		top=0;
	}
	
	else if(screen.width=='1152')
    {

	left=250
	top=0;

    }

	else if(screen.width=='1280')
    {

	left=310
	top=0;

    }

	else if(screen.width=='1400')
    {

	left=530
	top=0;

    }

	else if(screen.width=='1600')
    {

	left=630
	top=0;

	}
	/// Shalaka here you define top postions for your menu
	top=153;

	//left=15;
	menuwidth="740";

	alwaysvisible=1;
orientation="horizontal";
//orientation="vertical";

	aI("text=HOME&nbsp;&nbsp;;url=index.htm;image=;");
	

	aI("text=COURSES&nbsp;&nbsp;&nbsp;&nbsp;;showmenu=;url=course_1.htm;image=;");
	
	aI("text=LINKS&nbsp;&nbsp;&nbsp;&nbsp;;showmenu=;url=links.htm;image=;");

	aI("text=PUBLICATIONS&nbsp;&nbsp;&nbsp;&nbsp;;showmenu=;url=publication.htm;image=;");
		
	aI("text=TENDERS&nbsp;&nbsp;&nbsp;&nbsp;;showmenu=;url=tender/tender.php;image=;");
 	
	
 	

	aI("text=SITE MAP&nbsp;&nbsp;&nbsp;&nbsp;;showmenu=;url=site_map.htm;image=;");
	
	aI("text=CONTACT US&nbsp;&nbsp;&nbsp;&nbsp;;showmenu=;url=contact_us.htm;image=;");

	aI("text=SEARCH;showmenu=;url=site_search.htm;image=;");





	 }

with(milonic=new menuname("science"))
{
	style=subMenuStyle;
	itemwidth="110";
	aI("text= Latest Research ;url=;image=;");
	aI("text=;showmenu=;url=#;image=images/line1.jpg");
	aI("text=Links;url=genesis.htm;image=;");
	aI("text=;showmenu=;url=#;image=images/line1.jpg");
	
}





	
drawMenus();

