// Function returns object got by Id

function $(id)
{
	return document. getElementById (id);
}