function gEId(id){
	return (id!='')?document.getElementById(id):0;
}

