function visible(obj)
	{
	obj.style.visibility="visible";
	}
function invisible(obj)
	{
	obj.style.visibility="hidden";
	}