window.onload = function() {
			initializeMenu("aboutMenu", "aboutActuator");
			initializeMenu("infectiousMenu", "infectiousActuator");
			initializeMenu("projectsMenu", "projectsActuator");
			initializeMenu("workMenu", "workActuator");
			initializeMenu("resourcesMenu", "resourcesActuator");
			initializeMenu("contactMenu", "contactActuator");
		}

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(){
}

// -->