/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 
 *(C)2002 ADV TECH - YOUR BUSINESS IS OUR BUSINESS
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ 


function magnify(img, w, h) {
  window.open("immagine.htm", img, "width=" + w + ",height=" + h + ",scrollbars=0,resizable=0,menubar=0,toolbar=0,status=0,location=0,directories=0");
}
