/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_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=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset

with(menuStyle=new mm_style()){

	offcolor="#336699";
	offbgcolor="#CCDDEE";
	oncolor="#FFFFFF";
	onbgcolor="#6699CC"; 
	bordercolor="#336699";
	borderstyle="solid";
	borderwidth=1;
	separatorcolor="#336699";
	separatorsize="1";
	fontsize="11px";
	fontfamily="Tahoma, Trebuchet MS, sans-serif";
	fontstyle="normal";
	align="right";
	pagecolor="black";
	pagebgcolor="#82B6D7";
	headercolor="#000000";
	headerbgcolor="#FFFFFF";
	padding=5;
	subimage="menu/arrow.gif";
	subimagepadding="3";
	overfilter="";
	outfilter="";
}

with(milonic=new menuname("aboutmenu")){
	style=menuStyle;
	top=10;
	top=3;
	left=28;
	aI("text=عن برنامج الامم المتحدة الانمائي;url=http://www.undp.ps/ar/aboutundp/aboutpappar.html;");
	aI("text=عن الشعب الفلسطيني;url=http://www.undp.ps/ar/aboutundp/aboutpalppar.html;");
	aI("text=الجهات المانحة والشركاء;url=http://www.undp.ps/ar/aboutundp/donorsar.html;");
	aI("text=برنامج متطوعي الامم المتحدة;url=http://www.unv-pal.org;");
	aI("text=TOKTEN;url=http://www.toktenpalestine.org;");
	aI("text=برنامج التدريب;url=http://www.undp.ps/ar/aboutundp/internshipar.html;");
	aI("text=وظائف شاغرة;url=http://www.undp.ps/en/aboutundp/vacancies.html;");
	aI("text=عقود ومشتريات;url=http://www.undp.ps/en/aboutundp/proc.html;");
}

with(milonic=new menuname("mdgsmenu")){
	style=menuStyle;
	top=3;
	left=-180;
	aI("text=لمحة عامة;url=http://www.undp.ps/ar/mdgs/mdgmainar.html;");
	aI("text=احرازات الاهداف الانمائية للالفية في الارض الفلسطينية المحتلة;url=http://www.undp.ps/ar/mdgs/mdgoptar.html");
	aI("text=الاهداف الانمائية للالفية في الارض الفلسطينية المحتلة;url=http://www.undp.ps/ar/mdgs/mdgsar.html");
	aI("text=تقرير الاهداف الانمائية للالفية الفلسطيني;url=http://www.undp.ps/en/newsroom/publications/pdf/other/armdg06.pdf;");
	aI("text=مشروع الالفية للامم المتحدة;url=http://www.undp.org/mdg/;");
}

with(milonic=new menuname("prioritiesmenu")){
	style=menuStyle;
	top=3;
	left=-155;
	aI("text=لمحة عامة;url=http://www.undp.ps/ar/focusareas/focusgar.html;");
	aI("text=الادارة الرشيدة;url=http://www.undp.ps/ar/focusareas/demgov/demgovar.html;");
	aI("text=الحد من الفقر;url=http://www.undp.ps/ar/focusareas/poverty/povredar.html;");
	aI("text=الوقاية من الأزمات والتعافي منها;url=http://www.undp.ps/ar/focusareas/crisis/crisisprevar.html;");
	aI("text=الطاقة والبيئة;url=http://www.undp.ps/ar/focusareas/engenv/engenvar.html;");
	aI("text=تكنولوجيا المعلومات والاتصالات;url=http://www.undp.ps/ar/focusareas/ict/itar.html;");
	aI("text=مكافحة فيروس نقص المناعة المكتسب/ الايدز;url=http://www.undp.ps/ar/focusareas/hivar.html;");

}

with(milonic=new menuname("newsroommenu")){
	style=menuStyle;
	top=3;
	left=-60;
	aI("text=البيانات الصحفية;url=http://www.undp.ps/ar/newsroom/press08ar.html;");
	aI("text=الخطابات;url=http://www.undp.ps/en/newsroom/speeches.html;"); 
	aI("text=المنشورات;url=http://www.undp.ps/ar/newsroom/publicationsar.html;");
	aI("text=ارشيف الاخبار;url=http://www.undp.ps/ar/newsroom/press08ar.html;");
	aI("text=معرض الصور;url=http://www.undp.ps/ar/newsroom/photoarchive/indexarchivear.html;");
	aI("text=الدراسات والابحاث;url=http://www.undp.ps/ar/newsroom/studiesar.html;");
	aI("text=اتصل بفريق الاعلام;url=http://www.undp.ps/en/newsroom/contact.html;");
	aI("text=مواقع الكترونية;url=http://www.undp.ps/en/newsroom/usefullinks.html;");
}

drawMenus();

