fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=10;
_subOffsetLeft=-10;




with(menuStyle=new mm_style()){

	offcolor="#336699";
	offbgcolor="#CCDDEE";
	oncolor="#FFFFFF";
	onbgcolor="#6699CC"; 

	bordercolor="#336699";
	borderstyle="solid";
	borderwidth=1;
	separatorcolor="#336699";
	separatorsize="1";
	padding="3px 13px 2px 7px";
	fontsize="11px";
	fontfamily="Verdana, Arial";
	fontstyle="normal";

	pagecolor="black";
	pagebgcolor="#82B6D7";
	headercolor="#000000";
	headerbgcolor="#FFFFFF";

	subimage="menu/arrow.gif";
	subimagepadding="3";
	overfilter="";
	outfilter="";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=0;
orientation="horizontal";
style=menuStyle;
top=90;
aI("status=Back To Home Page;text=Home;url=http://www.undp.org.al/;");
aI("showmenu=AboutUs;text=About Us;");
aI("showmenu=BC;text=Business Centre;");
aI("showmenu=MDG;text=Millennium Development Goals;");
aI("showmenu=MC;text=Multimedia Centre;");
}

with(milonic=new menuname("AboutUs")){
overflow="scroll";
style=menuStyle;
	aI("text=About UNDP;url=index.php?page=about_us/about_undp;")
	aI("text=UNDP in Albania;url=index.php?page=about_us/undp_albania;")
	aI("text=UNDP role in UN reform;url=index.php?page=about_us/undp_un;")
	aI("text=Resident Representative;url=index.php?page=about_us/rr;")
	aI("text=UN in Albania;url=http://www.un.org.al;target=_blank;")
	aI("text=UN Volunteers;url=http://unv.undp.org.al;target=_blank;")

}

with(milonic=new menuname("MDG")){
style=menuStyle;
	aI("text=MDGs in Albania;url=index.php?page=MDG/mdg_albania;")
	aI("text=MDG Milestones;url=index.php?page=MDG/mdg_milestones;")
	aI("text=MDGs and EU;url=index.php?page=MDG/mdg_eu;")
	aI("text=Localizing the MDGs;url=index.php?page=MDG/mdg_localization;")
	aI("text=Campaigning for the MDGs;url=index.php?page=MDG/mdg_campaigning;")
	aI("text=MDG Reference Documents;url=index.php?page=MDG/mdg_docs;")
}

with(milonic=new menuname("BC")){
style=menuStyle;
	aI("text=Employment Opportunities;url=index.php?page=bus_center/vacancies;")
	aI("text=Tender Announcements;url=index.php?page=bus_center/tender;")
	aI("text=Human Resources;url=index.php?page=bus_center/hr;")
	aI("text=Finance;url=index.php?page=bus_center/finance;")
	aI("text=Procurement and Admin;url=index.php?page=bus_center/procurment;")
	aI("text=Partners;url=index.php?page=bus_center/partners;")
	aI("text=Legal authority and management;url=index.php?page=bus_center/legal_auth;")
}

with(milonic=new menuname("MC")){
style=menuStyle;
	aI("text=News Archive;url=index.php?page=news/list_news;")
	aI("text=Press Releases;url=index.php?page=MC/list_pr;")
	aI("text=E-Library;url=elib.php;")
	aI("text=Video;url=index.php?page=video;")
	aI("text=Photo Gallery;url=index.php?page=g/gal;")
		
}


drawMenus();

