/*** 
This is the menu creation code - place it right after you body tag
Feel free to add this to a stand-alone js file and link it to your page.
**/
//79
//Menu object creation
oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

oCMenu.frames = 0

//Menu properties
oCMenu.pxBetween=0
oCMenu.fromLeft=163
oCMenu.fromTop=144
oCMenu.offsetX=0
oCMenu.offsetY=0
oCMenu.rows=1
oCMenu.menuPlacement="left"

oCMenu.offlineRoot=""
oCMenu.onlineRoot="" 
oCMenu.resizeCheck=1
oCMenu.wait=250
oCMenu.fillImg="cm_fill.gif"
oCMenu.zIndex=0

//Background bar properties
oCMenu.useBar=0
oCMenu.barWidth="100%"
oCMenu.barHeight="menu"
oCMenu.barClass="clBar"
oCMenu.barX=0
oCMenu.barY=0
oCMenu.barBorderX=0
oCMenu.barBorderY=0
oCMenu.barBorderClass=""

//Level properties - ALL properties have to be spesified in level 0
oCMenu.level[0]=new cm_makeLevel() //Add this for each new level
oCMenu.level[0].width='200'
oCMenu.level[0].height='33'
oCMenu.level[0].regClass="clLevel0"
oCMenu.level[0].overClass="clLevel0over"
oCMenu.level[0].borderX=0
oCMenu.level[0].borderY=0
oCMenu.level[0].borderClass="clLevel0border"
oCMenu.level[0].offsetX=0
oCMenu.level[0].offsetY=-6
oCMenu.level[0].rows=0
oCMenu.level[0].arrow=0
oCMenu.level[0].arrowWidth=0
oCMenu.level[0].arrowHeight=0
oCMenu.level[0].align="bottom"


oCMenu.level[0].slidepx=8
oCMenu.level[0].slidetim=4

//EXAMPLE SUB LEVEL[1] PROPERTIES - You have to specify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[1].width=oCMenu.level[0].width
oCMenu.level[1].height=22
oCMenu.level[1].regClass="clLevel1"
oCMenu.level[1].overClass="clLevel1over"
oCMenu.level[1].borderX=1
oCMenu.level[1].borderY=1
oCMenu.level[1].align="right" 
oCMenu.level[1].offsetX=-1
oCMenu.level[1].offsetY=-1
oCMenu.level[1].borderClass="clLevel1border"

oCMenu.level[1].slidepx=6
oCMenu.level[1].slidetim=3

//oCMenu.level[1].filter="progid:DXImageTransform.Microsoft.Fade(duration=0.5)"


//-(oCMenu.level[0].width-2)/2+20

//EXAMPLE SUB LEVEL[2] PROPERTIES - You have to spesify the properties you want different from LEVEL[1] OR LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[2]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[2].width=150
oCMenu.level[2].height=20
oCMenu.level[2].offsetX=-6
oCMenu.level[2].offsetY=0
oCMenu.level[2].borderX=1
oCMenu.level[2].borderY=1
oCMenu.level[2].regClass="clLevel2"
oCMenu.level[2].overClass="clLevel2over"
oCMenu.level[2].borderClass="clLevel2border"


//EXAMPLE SUB LEVEL[3] PROPERTIES - You have to spesify the properties you want different from LEVEL[1] OR LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[3]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[3].width=150
oCMenu.level[3].height=20
oCMenu.level[3].offsetX=-6
oCMenu.level[3].offsetY=0
oCMenu.level[3].borderX=1
oCMenu.level[3].borderY=1
oCMenu.level[3].regClass="clLevel2"
oCMenu.level[3].overClass="clLevel2over"
oCMenu.level[3].borderClass="clLevel2border"



/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) 
*************************************/

oCMenu.makeMenu('Details','','Details','','','94','25','images/irque_nav1.gif')
	
	oCMenu.makeMenu('Details1','Details','Project Summary','Project_Summary.php','','150','20')
	oCMenu.makeMenu('Details2','Details','Governments Long Term Vission and Reform Program','IP_Gov_LongT.php','','150','28')
	oCMenu.makeMenu('Details3','Details','Project Development Objectives','IP_PDO.php','','150','28')
	oCMenu.makeMenu('Details4','Details','Key Performance Indicators','IP_KPI.php','','150','20')
	oCMenu.makeMenu('Details5','Details','Project Description Summary','IP_PDS.php','','150','20')
	oCMenu.makeMenu('Details6','Details','Project Rationale','IP_PR.php','','150','15')
	oCMenu.makeMenu('Details7','Details','Summary Project Analysis','IP_SPA.php','','150','20')
	oCMenu.makeMenu('Details8','Details','Sustainability and Risks','IP_SAR.php','','150','15')
	oCMenu.makeMenu('Details9','Details','Main Credit Conditions','IP_MCC.php','','150','15')
	//oCMenu.makeMenu('Details10','Details','PPDU Office','office.php','','150','20')


	
//oCMenu.makeMenu('About','','About','','','106','25','images/irque_nav2.gif')
	//oCMenu.makeMenu('About1','About','University of Colombo','Uni_Colombo.php','','180','19')
	//oCMenu.makeMenu('About2','About','University of Peradeniya','Uni_Peradeniya.php','','180','19')
	//oCMenu.makeMenu('About3','About','University of Sri Jayawardenepura','Uni_JPura.php','','180','19')
	//oCMenu.makeMenu('About4','About','University of Kelaniya','Uni_Kelaniya.php','','180','19')
	//oCMenu.makeMenu('About5','About','University of Ruhuna','Uni_Ruhuna.php','','180','19')
	//oCMenu.makeMenu('About6','About','University of Jaffna','Uni_Jaffna.php','','180','19')
	//oCMenu.makeMenu('About7','About','University of Motaruwa','Uni_Moratuwa.php','','180','19')
	//oCMenu.makeMenu('About9','About','The Eastern University of Sri Lanka','Uni_EUSL.php','','180','19')
	//oCMenu.makeMenu('About10','About','Rajarata University of Sri Lanka','Uni_Rajarata.php','','180','19')
	//oCMenu.makeMenu('About11','About','Sabaragamuwa University of Sri Lanka','Uni_Sabaragamuwa.php','','180','32')
	//oCMenu.makeMenu('About12','About','South Eastern University of Sri Lanka','Uni_SEUSL.php','','180','32')
	//oCMenu.makeMenu('About13','About','Wayamba University of Sri Lanka','Uni_Wayamba.php','','180','19')
	//oCMenu.makeMenu('About14','About','Institute of Chartered Accountants','#','','180','19')
	

oCMenu.makeMenu('IB','','IB','','','61','25','images/irque_nav3.gif')

		oCMenu.makeMenu('IBGa1','IB','Initial IB Grants','','','120','20')
			oCMenu.makeMenu('IBGa','IBGa1','Grant Allocation','IBGrants_Allocation.php','','120','20')
			oCMenu.makeMenu('IBGb','IBGa1','Grants Recieved','UC.php','','120','20')
			oCMenu.makeMenu('IBGc','IBGa1','Progress of IBG Project','','','120','20')	

				oCMenu.makeMenu('IBG1a','IBGc','Information Technology','IBG_Initial_Progress_Reports/IBG_IT.xls','_blank','135','20')
				oCMenu.makeMenu('IBG1b','IBGc','Social Harmony','IBG_Initial_Progress_Reports/IBG_Social_Harmony.xls','_blank','135','20')
				oCMenu.makeMenu('IBG1c','IBGc','English','IBG_Initial_Progress_Reports/IBG_English.xls','_blank','135','20')
				oCMenu.makeMenu('IBG1d','IBGc','Student learning environment','IBG_Initial_Progress_Reports/StL_Environment.xls','_blank','135','30')
		
		    //oCMenu.makeMenu('IBG2','IBGc','University of Peradeniya','','','135','20')
				//oCMenu.makeMenu('IBG2a','IBG2','Information Technology','UC.php','','135','30')
				//oCMenu.makeMenu('IBG2b','IBG2','Social Harmony','UC.php','','135','20')
				//oCMenu.makeMenu('IBG2c','IBG2','English','UC.php','','135','20')
				//oCMenu.makeMenu('IBG2d','IBG2','Student learning environment','UC.php','','135','30')
				//oCMenu.makeMenu('IBG2e','IBG2','Student learning environment','UC.php','','135','30')
				//oCMenu.makeMenu('IBG2f','IBG2',' ','UC.php','','0','0')
		
			//oCMenu.makeMenu('IBG3','IBGc','University of Sri Jayawardenepura','','','135','30')
				//oCMenu.makeMenu('IBG3a','IBG3','Information Technology','UC.php','','135','20')
				//oCMenu.makeMenu('IBG3b','IBG3','Social Harmony','UC.php','','135','20')
				//oCMenu.makeMenu('IBG3c','IBG3','English','UC.php','','135','20')
				//oCMenu.makeMenu('IBG2d','IBG3','Student learning environment','UC.php','','135','30')
			
			//oCMenu.makeMenu('IBG4','IBGc','University of Kelaniya','','','135','20')
				//oCMenu.makeMenu('IBG4a','IBG4','Information Technology','UC.php','','135','20')
				//oCMenu.makeMenu('IBG4b','IBG4','Social Harmony','UC.php','','135','20')
				//oCMenu.makeMenu('IBG4c','IBG4','English','UC.php','','135','20')
				//oCMenu.makeMenu('IBG4d','IBG4','Student learning environment','UC.php','','135','30')
			
			//oCMenu.makeMenu('IBG5','IBGc','University of Motaruwa','','','135','20')
				//oCMenu.makeMenu('IBG5a','IBG5','Information Technology','UC.php','','135','20')
				//oCMenu.makeMenu('IBG5b','IBG5','Social Harmony','UC.php','','135','20')
				//oCMenu.makeMenu('IBG5c','IBG5','English','UC.php','','135','20')
				//oCMenu.makeMenu('IBG5d','IBG5','Student learning environment','UC.php','','135','30')
			
			//oCMenu.makeMenu('IBG6','IBGc','University of Ruhuna','','','135','20')
				//oCMenu.makeMenu('IBG6a','IBG6','Information Technology','UC.php','','135','20')
				//oCMenu.makeMenu('IBG6b','IBG6','Social Harmony','UC.php','','135','20')
				//oCMenu.makeMenu('IBG6c','IBG6','English','UC.php','','135','20')
				//oCMenu.makeMenu('IBG6d','IBG6','Student learning environment','UC.php','','135','30')
			
			//oCMenu.makeMenu('IBG7','IBGc','Rajarata University of Sri Lanka','','','135','30')
				//oCMenu.makeMenu('IBG7a','IBG7','Information Technology','UC.php','','135','20')
				//oCMenu.makeMenu('IBG7b','IBG7','Social Harmony','UC.php','','135','20')
				//oCMenu.makeMenu('IBG7c','IBG7','English','UC.php','','135','20')
				//oCMenu.makeMenu('IBG7d','IBG7','Student learning environment','UC.php','','135','30')
			
			//oCMenu.makeMenu('IBG8','IBGc','Sabaragamuwa University of Sri Lanka','','','135','30')
				//oCMenu.makeMenu('IBG8a','IBG8','Information Technology','UC.php','','135','20')
				//oCMenu.makeMenu('IBG8b','IBG8','Social Harmony','UC.php','','135','20')
				//oCMenu.makeMenu('IBG8c','IBG8','English','UC.php','','135','20')
				//oCMenu.makeMenu('IBG8d','IBG8','Student learning environment','UC.php','','135','30')
			
			//oCMenu.makeMenu('IBG9','IBGc','University of Jaffna','','','135','20')
				//oCMenu.makeMenu('IBG9a','IBG9','Information Technology','UC.php','','135','20')
				//oCMenu.makeMenu('IBG9b','IBG9','Social Harmony','UC.php','','135','20')
				//oCMenu.makeMenu('IBG9c','IBG9','English','UC.php','','135','20')
				//oCMenu.makeMenu('IBG9d','IBG9','Student learning environment','UC.php','','135','30')
			
			//oCMenu.makeMenu('IBG10','IBGc','South Eastern University of Sri Lanka','','','135','30')
				//oCMenu.makeMenu('IBG10a','IBG10','Information Technology','UC.php','','135','20')
				//oCMenu.makeMenu('IBG10b','IBG10','Social Harmony','UC.php','','135','20')
				//oCMenu.makeMenu('IBG10c','IBG10','English','UC.php','','135','20')
				//oCMenu.makeMenu('IBG10d','IBG10','Student learning environment','UC.php','','135','30')
				
			//oCMenu.makeMenu('IBG11','IBGc','Wayamba University of Sri Lanka','','','135','30')
				//oCMenu.makeMenu('IBG11a','IBG11','Information Technology','UC.php','','135','20')
				//oCMenu.makeMenu('IBG11b','IBG11','Social Harmony','UC.php','','135','20')
				//oCMenu.makeMenu('IBG11c','IBG11','English','UC.php','','135','20')
				//oCMenu.makeMenu('IBG11d','IBG11','Student learning environment','UC.php','','135','30')
			
			//oCMenu.makeMenu('IBG12','IBGc','Inst. of Chartered Accountants','','','135','30')
				//oCMenu.makeMenu('IBG12a','IBG12','Information Technology','UC.php','','135','20')
				//oCMenu.makeMenu('IBG12b','IBG12','Social Harmony','UC.php','','135','20')
				//oCMenu.makeMenu('IBG12c','IBG12','English','UC.php','','135','20')
				//oCMenu.makeMenu('IBG12d','IBG12','Student learning environment','UC.php','','135','30')
				
	  oCMenu.makeMenu('IBGa2','IB','Additional IB Grants','','','120','20')
				oCMenu.makeMenu('IBGa21','IBGa2','Grant Allocation','IBGrants_Additional_Allocation.php','','120','20')
				oCMenu.makeMenu('IBGb22','IBGa2','Grants Recieved','UC.php','','120','20')
				oCMenu.makeMenu('IBGc23','IBGa2','Progress of IBG Project','','','120','20')

								oCMenu.makeMenu('IBGss1','IBGc23','Increase of IT & CS intake','IBG_Additional_Progress_Reports/Increase_IT_CS_Intake.xls','_blank','120','30')
								oCMenu.makeMenu('IBGss2','IBGc23','Final year IT','IBG_Additional_Progress_Reports/Final_Year_IT.xls','_blank','120','20')
								oCMenu.makeMenu('IBGss3','IBGc23','Final year English','IBG_Additional_Progress_Reports/Final_Year_English.xls','_blank','120','20')
								oCMenu.makeMenu('IBGss4','IBGc23','Students with special needs','IBG_Additional_Progress_Reports/Students_With_Special_Needs.xls','_blank','120','30')
			
	//oCMenu.makeMenu('IBGa3','IB','Additional IB Grants','','','120','20')
	oCMenu.makeMenu('IBGa3','IB','Summary of IBG Progress: University Basis','xls/Summary_IBG_Activities_University_05_2005.xls','_blank','120','40')	

							
							//oCMenu.makeMenu('IBGs2','IBGc23','University of Peradeniya','','','135','20')
								//oCMenu.makeMenu('IBGss4','IBGs2','Increase of IT & CS intake','UC.php','','120','30')
								//oCMenu.makeMenu('IBGss5','IBGs2','Final year IT & English','UC.php','','120','20')
								//oCMenu.makeMenu('IBGss6','IBGs2','Students with special needs','UC.php','','120','30')	
							
							//oCMenu.makeMenu('IBGs3','IBGc23','University of Sri Jayawardenepura','','','135','30')
								//oCMenu.makeMenu('IBGss7','IBGs3','Increase of IT & CS intake','UC.php','','120','30')
								//oCMenu.makeMenu('IBGss8','IBGs3','Final year IT & English','UC.php','','120','20')
								//oCMenu.makeMenu('IBGss9','IBGs3','Students with special needs','UC.php','','120','30')
	
							//oCMenu.makeMenu('IBGs4','IBGc23','University of Kelaniya','','','135','20')
								//oCMenu.makeMenu('IBGss10','IBGs4','Increase of IT & CS intake','UC.php','','120','30')
								//oCMenu.makeMenu('IBGss11','IBGs4','Final year IT & English','UC.php','','120','20')
								//oCMenu.makeMenu('IBGss12','IBGs4','Students with special needs','UC.php','','120','30')

							//oCMenu.makeMenu('IBGs5','IBGc23','University of Motaruwa','','','135','20')
								//oCMenu.makeMenu('IBGss13','IBGs5','Increase of IT & CS intake','UC.php','','120','30')
								//oCMenu.makeMenu('IBGss14','IBGs5','Final year IT & English','UC.php','','120','20')
								//oCMenu.makeMenu('IBGss15','IBGs5','Students with special needs','UC.php','','120','30')
		
							//oCMenu.makeMenu('IBGs6','IBGc23','University of Ruhuna','','','135','20')
								//oCMenu.makeMenu('IBGss16','IBGs6','Increase of IT & CS intake','UC.php','','120','30')
								//oCMenu.makeMenu('IBGss17','IBGs6','Final year IT & English','UC.php','','120','20')
								//oCMenu.makeMenu('IBGss18','IBGs6','Students with special needs','UC.php','','120','30')
								
							//oCMenu.makeMenu('IBGs7','IBGc23','Rajarata University of Sri Lanka','','','135','30')
								//oCMenu.makeMenu('IBGss19','IBGs7','Increase of IT & CS intake','UC.php','','120','30')
								//oCMenu.makeMenu('IBGss20','IBGs7','Final year IT & English','UC.php','','120','20')
								//oCMenu.makeMenu('IBGss21','IBGs7','Students with special needs','UC.php','','120','30')
								
							//oCMenu.makeMenu('IBGs8','IBGc23','Sabaragamuwa University of Sri Lanka','','','135','30')
								//oCMenu.makeMenu('IBGss22','IBGs8','Increase of IT & CS intake','UC.php','','120','30')
								//oCMenu.makeMenu('IBGss23','IBGs8','Final year IT & English','UC.php','','120','20')
								//oCMenu.makeMenu('IBGss24','IBGs8','Students with special needs','UC.php','','120','30')

							//oCMenu.makeMenu('IBGs9','IBGc23','University of Jaffna','','','135','20')
								//oCMenu.makeMenu('IBGss25','IBGs9','Increase of IT & CS intake','UC.php','','120','30')
								//oCMenu.makeMenu('IBGss26','IBGs9','Final year IT & English','UC.php','','120','20')
								//oCMenu.makeMenu('IBGss27','IBGs9','Students with special needs','UC.php','','120','30')
			
							//oCMenu.makeMenu('IBGs10','IBGc23','South Eastern University of Sri Lanka','','','135','30')
								//oCMenu.makeMenu('IBGss28','IBGs10','Increase of IT & CS intake','UC.php','','120','30')
								//oCMenu.makeMenu('IBGss29','IBGs10','Final year IT & English','UC.php','','120','20')
								//oCMenu.makeMenu('IBGss30','IBGs10','Students with special needs','UC.php','','120','30')
			
							//oCMenu.makeMenu('IBGs11','IBGc23','Wayamba University of Sri Lanka','','','135','30')
								//oCMenu.makeMenu('IBGss31','IBGs11','Increase of IT & CS intake','UC.php','','120','30')
								//oCMenu.makeMenu('IBGss32','IBGs11','Final year IT & English','UC.php','','120','20')
								//oCMenu.makeMenu('IBGss33','IBGs11','Students with special needs','UC.php','','120','30')
			
							//oCMenu.makeMenu('IBGs12','IBGc23','Inst. of Chartered Accountants','','','135','30')
								//oCMenu.makeMenu('IBGss34','IBGs12','Increase of IT & CS intake','UC.php','','120','30')
								//oCMenu.makeMenu('IBGss35','IBGs12','Final year IT & English','UC.php','','120','20')
								//oCMenu.makeMenu('IBGss36','IBGs12','Students with special needs','UC.php','','120','30')

			
oCMenu.makeMenu('Grants','','Grants','','','76','25','images/irque_nav4.gif')
	oCMenu.makeMenu('GrantA','Grants','Objectives','QEFG_Objectives.php','','120','17')
	oCMenu.makeMenu('Grantc','Grants','Round One','','','120','17')
		oCMenu.makeMenu('Grantca','Grantc','Successfull Proposals','QEFG_Success.php','','140','17')
		oCMenu.makeMenu('Grantcb','Grantc','Activity Progress','QEFG_Activity Progress.php','','140','17')
		oCMenu.makeMenu('Grantcc','Grantc','Procurement for Consultants','pdf/Proc_for_Consultants.pdf','_blank','140','30')
		oCMenu.makeMenu('Grantcd','Grantc','Coordinators List','QEFG_Activity/Round1/CoordinatorsListBATCH.pdf','_blank','140','17')
		oCMenu.makeMenu('Grantce','Grantc','Financial Status','QEFG_Activity/Round1/FinancialStatusBATCHI.pdf','_blank','140','17')

	oCMenu.makeMenu('Grantd','Grants','Round Two','','','120','17')
		//oCMenu.makeMenu('Grantda','Grantd','Call for proposals','pdf/Invitation_Grants_QE_Fund_Batch2.pdf','_blank','200','17')
		oCMenu.makeMenu('Grantda','Grantd','Guidelines for QEF proposal writing','QEF_Prop_Writing_Guidelines/01_Guidelines.pdf','_blank','200','17')
		oCMenu.makeMenu('Grantdb','Grantd','Results of the Initial Proposals','xls/Results_Initial_Proposal.xls','_blank','200','17')
		oCMenu.makeMenu('Grantdc','Grantd','Guidelines for Comprehensive Proposals','pdf/QEF_Guidelines_Comprehensive_Batch_2.pdf','_blank','200','17')
		oCMenu.makeMenu('Grantdd','Grantd','Activity Progress','QEFG_Activity Progress 2.php','','200','17')
		oCMenu.makeMenu('Grantde','Grantd','Final Results','pdf/QEF_Batch2_Results.pdf','_blank','200','17')
		oCMenu.makeMenu('Grantdf','Grantd','Coordinators List','QEFG_Activity/Round2/Coordinators List BATCH-II.pdf','_blank','200','17')
		oCMenu.makeMenu('Grantdg','Grantd','Financial Status','QEFG_Activity/Round2/FinancialStatusBATCHII.pdf','_blank','200','17')
		oCMenu.makeMenu('Grante','Grants','Round Three','','','120','17')
			oCMenu.makeMenu('Granteah','Grante','Download Invitation & Guidelines','/QEF_3.php','','140','60')

	//oCMenu.makeMenu('Clientb','Client','&nbsp;Caltex','page.php?page=cl-caltex','','108','19')
	//oCMenu.makeMenu('Clientc','Client','&nbsp;City of Fremantle','page.php?page=cl-fremantle','','108','19')
	//oCMenu.makeMenu('Clientd','Client','&nbsp;Detmold Packaging','page.php?page=cl-detmold','','108','19')
	//oCMenu.makeMenu('Cliente','Client','&nbsp;Edith Cowan &nbsp;University','page.php?page=cl-ecu','','108','32')
	//oCMenu.makeMenu('Clientf','Client','&nbsp;Macmahon Holdings','page.php?page=cl-macmahon','','108','19')
	//oCMenu.makeMenu('Clientg','Client','&nbsp;NSW Fire Brigades','page.php?page=cl-nswfb','','108','19')
	//oCMenu.makeMenu('Clienth','Client','&nbsp;Port of Brisbane','page.php?page=cl-portbris','','108','19')
	//oCMenu.makeMenu('Clienti','Client','&nbsp;Poynton and &nbsp;Partners','page.php?page=cl-poynton','','108','32')
	//oCMenu.makeMenu('Clientj','Client','&nbsp;Readymix','page.php?page=cl-readymix','','108','19')
	//oCMenu.makeMenu('Clientk','Client','&nbsp;Sons of Gwalia','page.php?page=cl-sog','','108','19')
	//oCMenu.makeMenu('Clientm','Client','&nbsp;Victorian &nbsp;Government','page.php?page=cl-vicgov','','108','32')
	//oCMenu.makeMenu('Clientn','Client','&nbsp;Western Austalian &nbsp;Government','page.php?page=cl-wagov','','108','32')
       //	oCMenu.makeMenu('Clientz','Client','','','','108','6','images/menuend.gif')

	
oCMenu.makeMenu('QA','','QA','','','109','25','images/irque_nav8.gif')
	oCMenu.makeMenu('QA2','QA','Institutional/Subject Review','QA_Institutional.php','','180','19')
	oCMenu.makeMenu('QA3','QA','Subject Bench Marking','QA_SBM.php','','180','19')
	oCMenu.makeMenu('QA4','QA','Sri Lanka Qualifications Frame work','QA_SLQ.php','','180','19')
	oCMenu.makeMenu('QA5','QA','Academic Procedures in Universities','QA_APU.php','','180','19')
	oCMenu.makeMenu('QA6','QA','Credit Transfer Scheme','QA_CTS.php','','180','19')
	oCMenu.makeMenu('QA7','QA','Quality Assurance Board','QA_QAB.php','','180','19')
	oCMenu.makeMenu('QA8','QA','Quality Assurance Publications','QA_QAP.php','','180','19')
	oCMenu.makeMenu('QA9','QA','Academic Procedure Handbook','pdf/Academic_Procedures_Handbook_Final.pdf','_blank','180','19')
	oCMenu.makeMenu('QA10','QA','QA Handbook','pdf/QA_Handbook_Final.pdf','_blank','180','19')
	oCMenu.makeMenu('QA11','QA','Sri Lanka Credit &amp; Qualification Framework','pdf/SL_Credit_Qualifications_Framework_Final.pdf','_blank','180','30')

oCMenu.makeMenu('News','','News & Events','','','40','25','images/irque_nav5.gif')
		oCMenu.makeMenu('NewsA','News','Objectives','MIS.php','','129','19')
		oCMenu.makeMenu('NewsAa','News','Draft Requirement Assessment','pdf/MIS_Assessment.pdf','_blank','129','30')
		oCMenu.makeMenu('NewsAb','News','Comments on Draft RAD','pdf/Comments_On_MIS.pdf','_blank','129','20')
		oCMenu.makeMenu('NewsAc','News','Change Request Management System','http://www.irque.lk/crms/index.php','_blank','129','30')
		//oCMenu.makeMenu('NewsAb','News','&nbsp;Foreign Vacancies','page.php?page=er-benefits','','129','19')
		
	//oCMenu.makeMenu('NewsZ','News','','','','108','6','images/menuend.gif')
	
oCMenu.makeMenu('PROC','','PROC','','','80','21','images/irque_nav6.gif')
		
		oCMenu.makeMenu('PROCA','PROC','Publications','','','120','20')			
			oCMenu.makeMenu('PROCAa','PROCA','Technical Specifications','PROC/Technical Specifications.pdf','_blank','180','20')
			oCMenu.makeMenu('PROCAb','PROCA','Terms of References Relevant','PROC/TORR.pdf','_blank','180','20')
			oCMenu.makeMenu('PROCAc','PROCA','Customized Bidding Document','PROC/Customized Bidding Document.pdf','_blank','180','20')
			oCMenu.makeMenu('PROCAd','PROCA','Procurment Bulletin','PROC/Pro Bull','_blank','180','20')

oCMenu.makeMenu('PROCB','PROC','Reports','','','120','20')			
			oCMenu.makeMenu('PROCBa','PROCB','Goods & Equipments','PROC','','120','20')
			oCMenu.makeMenu('PROCBb','PROCB','Civil Works','TER.php','','120','20')
			oCMenu.makeMenu('PROCBc','PROCB','Consultancy Works','CUS BID','','120','20')
			oCMenu.makeMenu('PROCBd','PROCB','Other Services','Pro Bu.php','','120','20')

oCMenu.makeMenu('PROCC','PROC','Training','','','120','20')			
			oCMenu.makeMenu('PROCCa','PROCC','Procurment Training-Local','PROC/Training(Local)upto31.08.2007.pdf','_blank','180','20')
			oCMenu.makeMenu('PROCCb','PROCC','Procurment Training-Foreign','PROC/Training(Foreign)upto31.08.2007.pdf','_blank','180','20')			
			//oCMenu.makeMenu('PROCCc','PROCC','3','CUS BID','','120','20')
			//oCMenu.makeMenu('PROCCd','PROCC','4','Pro Bu.php','','120','20')

oCMenu.makeMenu('PROCD','PROC','Tender Notices','','','120','20')			
			//oCMenu.makeMenu('PROCDa','PROCD','Consultancy','PROC/EOI-Equipment Consultancy.pdf','_blank','200','40')
			//oCMenu.makeMenu('PROCCb','PROCC','Procurment Training-Foreign','PROC/Training(Foreign)upto31.08.2007.pdf','_blank','180','20')			
			//oCMenu.makeMenu('PROCCc','PROCC','3','CUS BID','','120','20')
			//oCMenu.makeMenu('PROCCd','PROCC','4','Pro Bu.php','','120','20')
	
oCMenu.makeMenu('Monitoring','','News & Events','monitor/login.php','','76','25','images/irque_nav9.gif')
		//oCMenu.makeMenu('NewsA','News','&nbsp;Advertisements','page.php?page=news','','129','19')
		//oCMenu.makeMenu('NewsAa','News','&nbsp;Local Vacancies','page.php?page=erecruitment','','129','19')
		//oCMenu.makeMenu('NewsAb','News','&nbsp;Foreign Vacancies','page.php?page=er-benefits','','129','19')
	
//Leave this line - it constructs the menu

oCMenu.construct()
