function popupWindow(url) {
  window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=30,left=100')
}
function apri(URL)
{
    window.open(URL,'_iwin_','status=0,toolbar=0,location=0,menu=0,scrollbars=no,width=468,height=425,top=100,left=400');
}
function apridettagli(URL)
{
    window.open(URL,'_iwin_','status=0,toolbar=0,location=0,menu=0,scrollbars=yes,resizable=yes,width=488,height=700,top=50,left=200');
}
function particolare(cod)
{	var path;
	var indirizzo;
	path="popup_particolare.php?cod=";
	indirizzo=path+cod;
    window.open(indirizzo,'_iwin_','status=0,toolbar=0,location=0,menu=0,scrollbars=no,resizable=yes,width=468,height=465,top=100,left=200');
}
function dettagli(URL)
{
    window.open(URL,'_iwin_','status=0,toolbar=0,location=0,menu=0,scrollbars=yes,resizable=yes,width=930,height=700,top=50,left=50');
}

function appendiabiti() {
	window.open('popup/popup-appendiabiti.html','_iwin_','status=0,toolbar=0,location=0,menu=0,scrollbars=yes,resizable=yes,width=830,height=700,top=50,left=50');
}