menunum=0;menus=new Array();_d=document;function
addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}


////////////////////////////////////
// Editable properties START here //
////////////////////////////////////


timegap=100					// The time delay for menus to remain visible
followspeed=5				// Follow Scrolling speed
followrate=40				// Follow Scrolling Rate
suboffset_top=3;			// Sub menu offset Top position 
suboffset_left=5;			// Sub menu offset Left position


style1=[					// Menu Properties Array
"ffffff",					// Off Font Color
"999999",					// Off Back Color
"ffffff",					// On Font Color
"cc0000",					// On Back Color
"666666",					// Border Color
10,							// Font Size
"normal",					// Font Style
"bold",					// Font Weight
"Verdana",					// Font
3,							// Padding
"http://www.lucent.com/javascript/arrow.gif",	// SubMenu Image
0,						// 3D Border & Separator
"ffffff",					// 3D High Color
"000000"					// 3D Low Color
]

style2=[					// blank
"ffffff",					// Off Font Color
"ffffff",					// Off Back Color
"ffffff",					// On Font Color
"ffffff",					// On Back Color
"ffffff",					// Border Color
1,							// Font Size
"normal",					// Font Style
"bold",					// Font Weight
"Verdana",					// Font
0,							// Padding
"http://www.lucent.com/javascript/arrow.gif",			// Sub Menu Image
0,						// 3D Border & Separator
"ffffff",					// 3D High Color
"ffffff"					// 3D Low Color
]

addmenu(menu=["solutions",115,510,100,1,"",style1,,,,,,,,,,,,,,,
,"السيرة الذاتية","cv1.asp",,"السيرة الذاتية",1

])


addmenu(menu=["Undergraduate",115,400,110,1,"",style1,,,,,,,,,,,,,,,                   
," مبادىء علم السياسة / إنتظام ","sub1.asp","","PS101",1
," مبادىء علم السياسة للمنتسبين","sub2.asp","","PS101",1
,"تطور الفكر السياسي","sub3.asp","","PS321",1
," قاعدة بحث","sub4.asp","","PS400",1
])                                                                              

addmenu(menu=["Resource",140,530,150,1,"",style1,,,,,,,,,,,,,,,
,"Libraries","cv.htm",,"Libraries",1
,"Periodicals","cv.htm",,"Periodicals",1
])




//////////////////////////////////
// Editable properties END here //
//////////////////////////////////
dumpmenus() // This must be the last line in this file

