function setT() 
{
	if (setT.arguments[0]&&setT.arguments[1])
	{														// style.display="block"; appendData("aaa")
		document.getElementById(setT.arguments[0]).firstChild.appendData(setT.arguments[1] + '___');
	}
}
