function openSub(objId) {
	obj = document.getElementById(objId);
	if(obj.childNodes.length > 0)
		obj.style.display = 'block';
}