  function Ficha(vId,vWidth,vHeight)
  {
    lngWidth = vWidth + 250;
	lngHeight = vHeight + 150;

	//alert('width=' + lngWidth + ',height=' + lngHeight + '');  
    myWindow = window.open('/content/galeria_fotos/zoom.php?ID=' + vId + '','zoom','width=' + lngWidth + ',height=' + lngHeight + ''+ ',scrollbars=yes, resizable=yes, menubar=no, toolbar=no');
	myWindow.focus();
  }
  
  function Presupuesto(vId)
  {
    lngWidth = 500;
	lngHeight = 400;

    myWindow = window.open('/content/galeria_fotos/presupuesto.php?ID=' + vId + '&OPC=ALTA','zoom','width=' + lngWidth + ',height=' + lngHeight + ',scrollbars=yes, resizable=yes, menubar=no, toolbar=no');
	myWindow.focus();
  
  }
  