var notRedirectMap = false;
function loadCell(cellId)
{
	if(!notRedirectMap)
	{
		document.location = root_directory + lang + '/redirect_by_cell/?cell=' + cellId;
	}
}

function popSamll(object)
{
	window.open(object.href, '_blank', 'status = 1, width = 600, height = 350, resizable = 0, scrollbars = 1');
	return false;
}
