if (!isFromMappa()) {
	var pageLocation = ""+document.location;
	var pageParentLocation = ""+parent.document.location;
	var pageInFrame = true;
	if (pageLocation == pageParentLocation) {
		pageInFrame = false;
		parent.document.location.href = "../index.html?page="+pageLocation.substr(pageLocation.indexOf("page")+5);
	}
}
