// JavaScript Document
	function freporte(form){
//alert("0");
		if(!document.getElementById(form)){	
			alert("Paramétro incorrecto");
			return;
		}
		var folio = document.getElementById("txtclavecomp").value;
//alert("1");
		$('#error').hide();

		if(folio.length <4){
//alert("2");
			$('#error').show('slow');


//			alert("El folio es incorrecto, por favor verifiquelo e intente de nuevo.");
			return false;
		}
		$('#error').hide();
		//var win = window.open("http://201.134.137.5/vtramites/index.asp?V1=" + folio );
                var win = window.open("http://132.247.32.166/vtramites/index.php?folio=" + folio );
	}
	
	function fcert(form){
		var anio = frmfol.anyo.value;
		var certi = frmfol.txfol.value;
		var win = window.open("http://201.134.137.5/pwbcer/buscerweb.asp?V1=" + certi +"&V2="+anio );
	}
