window.onload = function() {
			initializeMenu("aboutMenu", "aboutActuator");
			initializeMenu("servicesMenu", "servicesActuator");
			initializeMenu("focusMenu", "focusActuator");
			initializeMenu("industryMenu", "industryActuator");
			initializeMenu("infrastructureMenu", "infrastructureActuator");
			initializeMenu("publicationsMenu", "publicationsActuator");
		}

function clearText(thefield){
if (thefield.defaultValue==thefield.value)
thefield.value = ""
}


var posx1=(screen.width/2)-340;
var posy1=(screen.height/2)-160;
var posx2=(screen.width/2)-295;
var posy2=(screen.height/2)-250;
function doNothing(){
}



