

//-----------------------------------------------------------------------------
function cam(x)
		{
			
		
		if(x !=""){
		eval("document.forms[0]." + x + ".focus()");
		 
		  }
	    }		
	   	
	   	
	   	
function regresarpedido(){
	
  	  document.location.href="tramitacion.aspx"
  	 
	
}   	
	   	
	   	
function controlOut(x){
	
		 
	  if(x==1){
	   document.forms[0].submit();
  	  }
  	  
  	  if(x==2){
  	  document.location.href="Errortramite.htm"
  	  }
  	  if(x==3){
  	  document.location.href="Errortramite.htm"
  	  }
  	  if(x==4){
  	  document.location.href="../default.aspx"
  	  }
	if(x==5){
  	  alert(" Cesta de pedido vacia ");
  	  }
	}   
	   	
	function carro(x,y)  {
	
    	document.forms[0].HD_COD.value=x;
	    document.forms[0].HD_DES.value=y;
	    document.forms[0].submit(); 

   }
	   	   	
	   	   	
	   	   	
    function cambioimg(){ 
    
       document.getElementById('BBV').style.visibility="hidden"; 
    }
//-----------------------------------------------------------------------------