	function homePicClose()
	{
		document.getElementById("homePic1L").className = "invisible";
		document.getElementById("homePic2L").className = "invisible";
		document.getElementById("homePic3L").className = "invisible";
	}
	function homePicPageDim(){document.getElementById("HOMEPAGE").className = "invisible";}
	function homePicPageFull(){document.getElementById("HOMEPAGE").className = "visible";}
	function homePic1(){document.getElementById("homePic1L").className = "visible";}
	function homePic2(){document.getElementById("homePic2L").className = "visible";}
	function homePic3(){document.getElementById("homePic3L").className = "visible";}