
if (TransMenu.isSupported()) {
var ms = new TransMenuSet(TransMenu.direction.down, 0,0, TransMenu.reference.bottomLeft);

var menu27 = ms.addMenu(document.getElementById("menu27"));
 	menu27.addItem("Organizational chart", "organization.php", "0");
	menu27.addItem("Staff Members", "staff.php", "0");
	
var menu28 = ms.addMenu(document.getElementById("menu28"));
	menu28.addItem("Company Background", "company.php", "0");
	menu28.addItem("Directors", "directors.php", "0");
	menu28.addItem("Vision & Mission", "vissionmission.php", "0");
	menu28.addItem("Objectives", "objectives.php", "0");

var menu29 = ms.addMenu(document.getElementById("menu29"));
 	menu29.addItem("Address & Phone", "contactus.php", "0");
	menu29.addItem("Map", "map.php", "0");

var menu30 = ms.addMenu(document.getElementById("menu30"));
	menu30.addItem("Built Environment", "expertise.php", "0");
	menu30.addItem("ICT and GIS", "expertise2.php", "0");
	menu30.addItem("Environmental Science", "expertise3.php", "0");
	menu30.addItem("Socio Economic", "expertise4.php", "0");
	menu30.addItem("Training Development", "expertise5.php", "0");

function init() {
	if (TransMenu.isSupported()) {
	TransMenu.initialize();
document.getElementById("menu17").onmouseover = function() {
	ms.hideCurrent();
	this.className = "hover";
	}
document.getElementById("menu17").onmouseout = function() { this.className = ""; }
	menu27.onactivate = function() {document.getElementById("menu27").className = "hover"; };
	menu27.ondeactivate = function() {document.getElementById("menu27").className = ""; };
	menu28.onactivate = function() {document.getElementById("menu28").className = "hover"; };
	menu28.ondeactivate = function() {document.getElementById("menu28").className = ""; };
	menu29.onactivate = function() {document.getElementById("menu29").className = "hover"; };
	menu29.ondeactivate = function() {document.getElementById("menu29").className = ""; };
	menu30.onactivate = function() {document.getElementById("menu30").className = "hover"; };
	menu30.ondeactivate = function() {document.getElementById("menu30").className = ""; };

document.getElementById("menu31").onmouseover = function() {
	ms.hideCurrent();
	this.className = "hover";
	}
document.getElementById("menu31").onmouseout = function() { this.className = ""; }

document.getElementById("menu47").onmouseover = function() {
	ms.hideCurrent();
	this.className = "hover";
	}
document.getElementById("menu47").onmouseout = function() { this.className = ""; }

document.getElementById("menu33").onmouseover = function() {
	ms.hideCurrent();
	this.className = "hover";
	}
document.getElementById("menu33").onmouseout = function() { this.className = ""; }


}

}
TransMenu.dingbatSize = 0;
TransMenu.spacerGif = "";
TransMenu.dingbatOn = "";
TransMenu.dingbatOff = ""; 
TransMenu.sub_indicator = false;
TransMenu.menuPadding = 0;
TransMenu.itemPadding = 0;
TransMenu.shadowSize = 2;
TransMenu.shadowOffset = 3;
TransMenu.shadowColor = "#00ff00";
TransMenu.shadowPng = "http://sharizan.com/v2/modules/mod_swmenufree/images/transmenu/grey-40.png";
TransMenu.backgroundColor = "#666666";
TransMenu.backgroundPng = "http://sharizan.com/v2/modules/mod_swmenufree/images/transmenu/white-90.png";
TransMenu.hideDelay = 600;
TransMenu.slideTime = 300;
TransMenu.selecthack = 0;
TransMenu.renderAll();
if ( typeof window.addEventListener != "undefined" )
window.addEventListener( "load", init, false );
else if ( typeof window.attachEvent != "undefined" ) {
window.attachEvent( "onload", init);
}else{
if ( window.onload != null ) {
var oldOnload = window.onload;
window.onload = function ( e ) {
oldOnload( e );
init();
}
}else
window.onload = init();
}
}

