		function mouseOver()
		{
			document.monitor.src ="./images/headers/header.jpg";
		}
		function mouseOuth()
		{
			document.monitor.src ="./images/headers/headerh.jpg";
		}
