_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0              // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=4               // Sub menu top offset
_subOffsetLeft=-10            // 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="#330000";
	oncolor="#f9f8ed";
	offbgcolor="#fafce6";
	offcolor="#330000";
	
	separatorcolor="#E1E1E1";
	separatorsize="1";
	padding="1";
	fontsize="9px";
	fontstyle="normal";
	fontfamily="Verdana, Geneva, Arial";
	fontweight="bold";
	pagebgcolor="#ffffff";

subimage="/menu_files/menu_style1/arrow_down.gif";
subimagepadding="2";
overflow="scroll";
//overfilter="Fade(duration=0);Alpha(opacity=88);Shadow(color='#FFFFFF', Direction=135, Strength=4)";
//outfilter="randomdissolve(duration=0.3)";
}

with(menuSubStyle=new mm_style()){
	onbgcolor="#330000";
	oncolor="#f9f8ed";
	offbgcolor="#fafce6";
	offcolor="#330000";
	
	separatorcolor="#E1E1E1";
	separatorsize="2";
	padding="2";
	fontsize="9px";
	fontstyle="normal";
	fontfamily="Verdana, Geneva, Arial";
	fontweight="normal";
	
	pagebgcolor="#ffffff";
	
subimage="/menu_files/menu_style1/arrow_en.gif";
subimagepadding="3";
overflow="scroll";
overfilter="Fade(duration=0);Alpha(opacity=80);Shadow(color='#C0C0C0', Direction=135, Strength=2)";

}
with(ihab_menu=new menuname("Main Menu")){style=menuStyle;
top=75;
position="relative";
alwaysvisible=1;
orientation="horizontal";
align="center";
itemwidth="145";
itemheight="25";

aI("text=&nbsp;About AGPRO&nbsp;;url=/site_content.aspx?page_key=about_agpro;");

aI("text=&nbsp;Fields of Specialization&nbsp;;url=#?page_key=fields_of_specialization;showmenu=fields_of_specialization;");

aI("text=&nbsp;Business Forum&nbsp;;url=#?page_key=business_forum;showmenu=business_forum;");

aI("text=&nbsp;Projects Archive&nbsp;;url=/site_content.aspx?page_key=projects_archive;");

aI("text=&nbsp;Investment Guide&nbsp;;url=#?page_key=investment_guide;showmenu=investment_guide;");

aI("text=&nbsp;News & Events&nbsp;;url=news.aspx?page_key=news;");
}
with(ihab_menu=new menuname("fields_of_specialization")){style=menuSubStyle;
align="left";
openstyle="ltr";


aI("text=&nbsp;Project Management&nbsp;;url=/site_content.aspx?page_key=project_management;");

aI("text=&nbsp;Technology Transfer&nbsp;;url=/site_content.aspx?page_key=technology_transfer;");

aI("text=&nbsp;Commercialization of Inventions&nbsp;;url=/site_content.aspx?page_key=commercialization_of_inventions;");
}

with(ihab_menu=new menuname("business_forum")){style=menuSubStyle;
align="left";
openstyle="ltr";


aI("text=&nbsp;Investment Opportunities&nbsp;;url=InvestmentApplication.aspx?page_key=investment_opportunities;");

aI("text=&nbsp;Investment Offer or Request&nbsp;;url=InvestmentOfferOrRequest.aspx?page_key=investment_offer_or_request;");
}

with(ihab_menu=new menuname("investment_guide")){style=menuSubStyle;
align="left";
openstyle="ltr";


aI("text=&nbsp;Publications&nbsp;;url=publications.aspx?page_key=publication;");

aI("text=&nbsp;Country Statistics&nbsp;;url=Country.aspx?page_key=country_statistics;");
}

drawMenus();