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=0					// The time delay for menus to remain visible
followspeed=0				// Follow Scrolling speed
followrate=0				// Follow Scrolling Rate
suboffset_top=0;			// Sub menu offset Top position 
suboffset_left=0;			// Sub menu offset Left position


style1=[					// Menu Properties Array
"5D6D85",					// Off Font Color
"5D6D85",					// Off Back Color
"5D6D85",					// On Font Color
"5D6D85",					// On Back Color
"5D6D85",					// Border Color
11,							// Font Size
"normal",					// Font Style
"normal",					// Font Weight
"Verdana",					// Font
3,							// Padding
"javascript/arrow.gif",	// SubMenu Image
0,						// 3D Border & Separator
"5D6D85",					// 3D High Color
"5D6D85"					// 3D Low Color
]

style2=[					// blank
"5D6D85",					// Off Font Color
"5D6D85",					// Off Back Color
"5D6D85",					// On Font Color
"5D6D85",					// On Back Color
"5D6D85",					// Border Color
1,							// Font Size
"normal",					// Font Style
"bold",					// Font Weight
"Verdana",					// Font
0,							// Padding
"javascript/arrow.gif",			// Sub Menu Image
0,						// 3D Border & Separator
"5D6D85",					// 3D High Color
"5D6D85"					// 3D Low Color
]


addmenu(menu=["About",0,0,0,0,"",style1,,,,,,,,,,,,,,,
])                                                                              

addmenu(menu=["Entitlement",0,0,0,0,"",style1,,,,,,,,,,,,,,, 
]) 

addmenu(menu=["Development",0,0,0,0,"",style1,,,,,,,,,,,,,,,   
])                                                                              

addmenu(menu=["Hospitality",0,0,0,0,"",style1,,,,,,,,,,,,,,,     
]) 

addmenu(menu=["Management",0,0,0,0,"",style1,,,,,,,,,,,,,,,     
]) 

addmenu(menu=["blank",23,0,0,0,"",style2,,,,,,,,,,,,,,,
," ","/",,,1
])



//////////////////////////////////
// Editable properties END here //
//////////////////////////////////
dumpmenus() // This must be the last line in this file
