// JavaScript Document
  
function hacermodalfix(donde,titulo){
 modalventana =dhtmlmodal.open("ventanita1", "iframe",donde,titulo, "width=800px,height=390px,center=1,resize=0,scrolling=0", "recal");
 
  } 
function enviofrm(form)
{   var ok = 0;
		if (Spry.Widget.Form.validate(form) == true){
 
			var fecha =  document.getElementById("fec").value;
			if (fecha != ''){
				window.document.forms[0].submit();
				
			return true
			}
			else
			document.getElementById("feclbl").innerHTML == 'Por favor indique la fecha.'
			return false
	
 
		
	}
return false
}

 function vertrk(){
	 
	 var mitrk = window.document.getElementById("trk").value;
	 
	 if ( mitrk != ''){
		//hacermodalfix('presentacion.html', 'VISOR RAPIDO DE EXPEDICIONES' );
		 hacermodalfix('redir1.asp?P=3&trk=' + mitrk , 'VISOR RAPIDO DE EXPEDICIONES' );
		 
		// hacermodalfix('http://intranet.linea10.es/ServiciosWeb/verexpe.asp?P=3&trk=' + mitrk , 'VISOR RAPIDO DE EXPEDICIONES' );
	 }else
		{
			window.document.getElementById("trklbl").innerHTML = 'Indique el numero de seguimiento.';
			 }	 
 }
	 
function verexpe(){
	var form = window.document.getElementById("form1");
	if (Spry.Widget.Form.validate(form) == true){
 
			var fecha =  document.getElementById("fec").value;
			var micp1 =  document.getElementById("cp1").value;
			var micp2 =  document.getElementById("cp2").value;
			var expedicion =  document.getElementById("expid").value;
			var fecha =  document.getElementById("fec").value;
			
			if (fecha != ''){
hacermodalfix('redir2.asp?cp1=' + micp1 + '&cp2=' + micp2 + '&fec=' + fecha + '&expid=' + expedicion , 'VISOR RAPIDO DE EXPEDICIONES' );
 			 
			}
			else
			document.getElementById("feclbl").innerHTML == 'Por favor indique la fecha.'
 	}
	
	
 }
	 
 


 