/**
	This function is for language the same as PHP.
*/
function _T_(str)
{
	if(__LANG[str]) return __LANG[str];
	return str;
}
