
function popmenu(str)
{
	searchWin = window.open(str,'popup','scrollbars=yes,resizable=no,width=700,height=580,top=5,left=5,status=no,location=no,toolbar=no');
	searchWin.creator=self
  window.creator=self
  if(searchWin.window.focus){searchWin.window.focus()}
}

function popMappa(str)
{
	searchWin = window.open(str,'popup','scrollbars=yes,resizable=yes,width=620,height=450,top=5,left=5,status=no,location=no,toolbar=no');
	searchWin.creator=self
  window.creator=self
  if(searchWin.window.focus){searchWin.window.focus()}
}

function popinfo()
{
	var str="infoLegali.php";
	searchWin = window.open(str,'popup','scrollbars=yes,resizable=no,width=550,height=400,top=5,left=5,status=no,location=no,toolbar=no');
	searchWin.creator=self
  window.creator=self
  if(searchWin.window.focus){searchWin.window.focus()}
}