	function hi(oPic)
		{
		theobject=oPic;
		theobject.style.filter="invert()";
		return true;
		}

	function lo(oPic)
		{
		theobject=oPic;
		theobject.style.filter="";
		return true;
		}
