

//-----------------------------------------------------------------------------
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 ");
  	  }
	}   
	   	
	
	   	   	
//-----------------------------------------------------------------------------