   when_yes = function(){
   document.theForm.acc.value='Co'; 
   document.theForm.submit();
   //new LITBox('You said yes!', {type:'alert',overlay:false});
   }
   
when_yes_imp = function(){
   document.formEval.action='../Cole/Eval/EActa-26.php'; 
   document.formEval.target='_lista'; 
   document.formEval.submit(); 
   document.formEval.action=''; 
   document.formEval.target='_self'
   document.formEval.dbsave.value='0';
   document.theForm_Total.BotonG.value='Acta Impresa';
}   

when_yes_form = function(form,acci){
	
	form.acc.value=acci; 
	form.submit();
	//new LITBox('You said yes!', {type:'alert',overlay:false});
}
   