function Zoom (file, img, descrizione){
   img = img.substr(img.lastIndexOf("&url=") + 5)
   url = file + "?img=" + img + "&descrizione=" + descrizione;
   window.open (url, "Zoom", "width = 450, height = 520, scrollbars=1");
}

function ZoomRassegnaModa (file, img, descrizione, commento, titolo, note){
   //img = img.substr(img.lastIndexOf("&url=") + 5)
   url = file + "?img=" + img + "&descrizione=" + descrizione + "&commento=" + commento + "&titolo=" + titolo + "&note=" + note;
   //window.open (url, "Zoom", "width = 790, height = 545, scrollbars=1");
   window.location.href(url);
}

function docScientifica (id, param){
   var url;
   url = "/defaultDoc.aspx?idCont=" + id //+ "&" + param; 
   window.open (url, "doc", "width = 700, height = 500, scrollbars=1");
}

function schedaTecnica (id, param){
   var url;
   url = "/SchedaProdotto.aspx?idCont=" + id //+ "&" + param; 
   window.open (url, "scheda", "width = 700, height = 500, scrollbars=1, resizable=1");
}
