﻿function showfoto(id)
{
   var l = Math.floor((screen.width-800)/2);
   var t = Math.floor((screen.height-600)/2);
   window.open("foto.aspx?id="+id,"","width=" + 800 + ",height=" + 600 + ",top=" + t + ",left=" + l);
}

function vedipedi(id)
{
   var l = Math.floor((screen.width-800)/2);
   var t = Math.floor((screen.height-600)/2)-26;
   window.open(id,"","resizable=yes,scrollbars=yes, width=" + 800 + ",height=" + 600 + ",top=" + t + ",left=" + l);
}

function newdesc()
{
   var l = Math.floor((screen.width-800)/2);
   var t = Math.floor((screen.height-600)/2);
   window.open("messaggio.aspx","","width=" + 580 + ",height=" + 340 + ",top=" + t + ",left=" + l);
  //window.showModalDialog("messaggio.aspx,"","width=" + 800 + ",height=" + 600 + ",top=" + t + ",left=" + l);
}

function bookmarksite(title, url){
    if (document.all)
    {
    window.external.AddFavorite(url, title);
    }
    else if (window.sidebar)
    {
    window.sidebar.addPanel(title, url, "");
    }
}

