function OpenPopupMap(page) {
	window.open(page,"map","width=780,height=600,scrollbars=no,resizable=yes");
	return false;
}

function OpenPopupFoto(page,width,height) {
	window.open(page,"foto","width="+width+",height="+height+",scrollbars=no,resizable=no");
	return false;
}
