function gid( identificator )
{
	return document.getElementById( identificator );
}
