function ValidaCompra()
{
  if (document.showdestdo.Quantity.value == '')
  {
    alert('Usted debe ingresar un cantidad.');
	return false;
	}
	
	document.showdestdo.submit();
}


function ShowPrinterOrder(a){
 popup = window.open(a ,'NewWin','toolbar= 0,location= 0,directories= 0,status= 0,menubar= 0,scrollbars= 1,resizable=0,copyhistory= 0,top=10,left=10,width=600,height=800');
}
