// JavaScript Document
function disegna_lente(x,y,id) {
  //jg.setColor("#cc0000"); // green
  //jg.drawEllipse(tempX-raggio, tempY-raggio, raggio*2, raggio*2); // co-ordinates related to the document
  jg.drawImageLink("/images/simbolo_lente.gif", "Javascript:video=window.open('pop_up_image_prodotto.asp?id_prodotto="+ id + "','prodotto','width=550,height=450,toolbar=no,scrollbars=no,resizable=no'); video.focus();","Allarga l'immagine",x,y, 25, 25); 
  jg.paint();
}
