function ponCodigo(url,ancho,alto) {
	  
     document.write('<APPLET code="zoomviewer.ZoomViewer.class" archive="ZoomViewer202.jar" name="ImageZoom" width="'+ancho+'" height="'+alto+'" MAYSCRIPT>');
          document.write('<IMG src="'+url+'/0.jpg" width="'+ancho+'" height="'+alto+'"  alt="">');
          document.write('<param name="parameters"  value="'+url+'.par">');
          document.write('<param  name="zoomtime"          value="1000">');
          document.write('<param  name="backcolor"         value="ffffff">');
          document.write('<param  name="regcode"           value="702612981">');
      document.write('</APPLET>');
	  
	  
}