/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/
	//var LowBgColor='#B6C0C8';			// Background color when mouse is not over
	//var LowBgColor='green';	
	//var LowSubBgColor='#B6C0C8';			// Background color when mouse is not over on subs
	//var HighBgColor='#ffffff';			// Background color when mouse is over
	//var HighSubBgColor='#264B6B';			// Background color when mouse is over on subs
	//var FontLowColor='#001100';			// Font color when mouse is not over
	//var FontLowColor='white';
	//var FontSubLowColor='#002D55';			// Font color subs when mouse is not over
	//var FontHighColor='#002D55';			// Font color when mouse is over
	//var FontSubHighColor='#ffffff';			// Font color subs when mouse is over
	//var BorderColor='#B6C0C8';			// Border color
	//var BorderSubColor='#ffffff';			// Border color for subs


	var NoOffFirstLineMenus=11;			// Number of first level items
	//var LowBgColor='#B6C0C8';			// Background color when mouse is not over
	var LowBgColor='green';	
	var LowSubBgColor='#C1E3BB';			// Background color when mouse is not over on subs
	var HighBgColor='white';			// Background color when mouse is over
	var HighSubBgColor='green';			// Background color when mouse is over on subs
	//var FontLowColor='#001100';			// Font color when mouse is not over
	var FontLowColor='white';
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='black';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='#B6C0C8';			// Border color
	var BorderSubColor='#ffffff';			// Border color for subs
	
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,Arial Rounded MT Bold"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.4;			// vertical overlap child/ parent
	var StartTop=170;				// Menu offset x coordinate
	var StartLeft=15;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=6;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"
//tridown.gif
// Menu1=new Array("Home","http://www.dynamicdrive.com","",0,20,138);

Menu1=new Array("Home","index.html","tridown.gif",6,20,48);
	Menu1_1=new Array("DSR Home","index.html","",0,20,110);
	Menu1_2=new Array("Dean's Message","deanmessage.asp","",0);
	Menu1_3=new Array("Vision & Mission","mission.asp","",0,20,120);
	Menu1_4=new Array("Strategic Plan","StrategicPlan.asp","",0);
	Menu1_5=new Array("Organization","Organization.asp","",0);
	Menu1_6=new Array("FAQs","FAQs.asp","",0);

Menu2=new Array("Research Groups","","",6,20,120);
	Menu2_1=new Array("Arabic Computing Research Group","ARABIC_SPEECH_PROCESSING.htm","",0,20,180);	
	Menu2_2=new Array("Concrete Research","Concrete_n_Other_Related_Building_Materials.htm","",0);
	Menu2_3=new Array("Electrical Power and Energy Systems","electrical.htm","",0);
	Menu2_4=new Array("Lasers and Their Applications","Lasers_Their_Applications.htm","",0);
	Menu2_5=new Array("Thermoelectric Process Optimization","Thermoelectric_Process_Optimization.htm","",0);
	Menu2_6=new Array("Water Research Group","Water_Research_Group.htm","",0);
	
	
Menu3=new Array("S&T Unit","","",5,20,80);
Menu3_1=new Array("Introduction","nstp.htm","",0,20,140);
Menu3_2=new Array("Research Programs","nstp_research_program.htm","",0,20,80);
Menu3_3=new Array("Downloads","nstp_downloads.htm","",0,20,80);
Menu3_4=new Array("Feedback","nstp_feedback.htm","",0,20,80);
Menu3_5=new Array("Contacts","nstp_contacts.htm","",0,20,80);
	

Menu4=new Array("Committees","","",4,20,85);
	Menu4_1=new Array("Scientific Research Council","scientific.htm","",0,20,180);
	Menu4_2=new Array("Conference Committee","ConferenceCommittee.asp","",0,20,150);
	Menu4_3=new Array("Arabic Committee","acom.htm","",0,20,150);
	Menu4_4=new Array("Research Committee","ResearchCommittee.asp","",0,20,150);	
	
	
	

Menu5=new Array("Resources","","",5,20,85);
	Menu5_1=new Array("Annual Research Statistics","ars.htm","",0,20,160);	
	Menu5_2=new Array("Handouts & Brochures","Brouchure.htm","",0,20,140);	
	Menu5_3=new Array("Research Newsletter","researchnewsletter.htm","",0);
	Menu5_4=new Array("Arabic Newsletter","aNewsletter.asp","",0);
	Menu5_5=new Array("Presentations","Presentations.htm","",0);
	

Menu6=new Array("Guidelines & Forms","","",2,20,132);
	Menu6_1=new Array("Guidelines","guidelines.htm","","",20,130);
		//Menu6_1_1=new Array("123456","stubsprospective.htm","",0,20,250);	
		//Menu6_1_2=new Array("12345","stumsprospective.htm","",0);
	
	Menu6_2=new Array("Forms","Forms.htm","",0);
	//Menu6_3=new Array("Research Calender","researchcalender.htm","",0);

Menu7=new Array("Awards","","",2,20,65);
Menu7_1=new Array("Awards","Awards.htm","","",20,60);
Menu7_2=new Array("Grants","Grants.htm","","",20,60);

Menu8=new Array("e-Service","","",3,20,75);
	Menu8_1=new Array("e-Review System","ereview.asp","",0,20,140);	
	Menu8_2=new Array("Research Database","http://www.kfupm.edu.sa/dsr/research/db/ResearchDB/","",0);	
	Menu8_3=new Array("AISYS","http://aisys.kfupm.edu.sa","",0);
	//Menu8_4=new Array("AISYS Database","http://www.kfupm.edu.sa/aisys/WBKFUPM/PUBALL/PublicationsAll_start.asp","",0);

Menu9=new Array("Central Workshop","","",2,20,125);
	Menu9_1=new Array("Introduction","workshopintro.asp","",0,20,120);	
	Menu9_2=new Array("Major Equipments","workequip.asp","",0);


Menu10=new Array("Contacts","","",3,20,85);
	Menu10_1=new Array("People (Directory)","people.htm","",0,20,110);
	Menu10_2=new Array("Feedback","feedback.asp","",0,20,110);
	Menu10_3=new Array("Contact Us","contactus.asp","",0,20,81);
	
	
Menu11=new Array("   القائمة العربية","","",7,20,65);
Menu11_1=new Array("نبذة عن العماده","aintro.htm","",0,20,90);
Menu11_2=new Array("لجنة البحوث العربية","acom.htm","",0,20,90);
Menu11_2_1=new Array("اعضاء لجنة البحوث العربية","acom.htm","",0,20,120);	
Menu11_3=new Array("النماذج","forms.htm","",0,20,130);
Menu11_4=new Array("الإرشادات","guidelines.htm","",0,20,130);
Menu11_5=new Array("التقويم","resources/Cal_DSR.pdf","",0,20,130);
Menu11_6=new Array("اللائحة الموحدة","aResearchbyLaw.html","",0,20,130);
Menu11_7=new Array("نشرة العمادة","aNewsletter.asp","",0,20,130);

