var fixLabelClick = function(obj)
{
	obj.onclick = function()
	{
		this.lastChild.focus();
	}
}
