// javascript per foto cartina
function opnc(foto,width,height)
  {
	window.open("../foto.php?foto="+ foto,"FOTO","toolbar=no,directories=no,menubar=no,width=" + width + ",height=" + height + ",resizable=no");
  }
  // javascript per foto
function opn(foto,width,height)
  {
	window.open("foto.php?foto="+ foto,"FOTO","toolbar=no,directories=no,menubar=no,width=" + width + ",height=" + height + ",resizable=no");
  }
// javascript per foto news
function winop(foto) 
{
window.open( foto ,"f","height=210,width=210,left=50,top=50,scrollbars=no");
}
function winnews(url){
window.open(url,"_blank","height=500 ,width=440,left=10,top=10,menubar=no,status=no");
}
  // javascript per pagina HTML
function popup(url,w,h)
{
	window.open(url,'pop', 'width='+w+',height='+h+',resizable=no,scrollbars=yes,status=no');
}
