<!--

function fwLoadMenus() 
{

//Prof Services
	window.fw_menu_profsvc= new Menu("Newsroom",200,19,"verdana",9,"#DEEEFE","#FFFFFF","#5472C2","#5D55C2");
	fw_menu_profsvc.addMenuItem("Managed & Support Services","location='Mngd&Support.htm'");
	fw_menu_profsvc.addMenuItem("Consultancy & Project Management","location='consultancy.htm'");
	fw_menu_profsvc.addMenuItem("Networking","location='networking.htm'");
	fw_menu_profsvc.addMenuItem("IT & Telecom","location='telecom.htm'");
	fw_menu_profsvc.addMenuItem("Banking & Dealing Rooms","location='banking.htm'");
	fw_menu_profsvc.addMenuItem("Training","location='training.htm'");

//Company Prlfile
	window.fw_menu_profile= new Menu("Newsroom",184,19,"verdana",9,"#DEEEFE","#FFFFFF","#5472C2","#5D55C2");
	fw_menu_profile.addMenuItem("Why DSL","location='whydsl.htm'");
	fw_menu_profile.addMenuItem("Methodology","location='methodology.htm'");
	fw_menu_profile.addMenuItem("Publications","location='publications.htm'");
	fw_menu_profile.addMenuItem("Professional Memberships","location='memberships.htm'");	
		

//Case studies
	window.fw_menu_projects= new Menu("Newsroom",184,19,"verdana",9,"#DEEEFE","#FFFFFF","#5472C2","#5D55C2");
	fw_menu_projects.addMenuItem("Sample of Projects","location='projects.htm'");
	fw_menu_projects.addMenuItem("Case Studies","location='casestudies.htm'");

fw_menu_profile.writeMenus();

}





//-->
