function openPageLM(item) {
	location.href = item.childNodes[0].href;
}

