function DG_hss(objToProcess, status)
{
	document.getElementById(objToProcess).style.display=status;
}