function enviarBusqueda(){
		if(self.location.href.indexOf('i_') == -1){
			var idioma = 1;}
		else{
			var idioma = 2;}
		if(document.getElementById('claveBusqueda').value == ''){
			if(idioma == 1){alert('Por favor, especifique una clave de busqueda.');}
			else{alert('Please specify a search key.');}
		}
		else if(document.getElementById('claveBusqueda').value.length <= 3){
			if(idioma == 1){alert('La clave de busqueda debe tener una longitud superior a 3 caracteres.')}
			else{alert('The search key have to be longer than 3 characters.')}
				}
			else{document.getElementById('FormularioBusqueda').submit();}
	}
	var t;
	function frameEntero(){
	top.document.all("general").rows="0,*,0";
	parent.document.all("pag").rows ="202,*,36";
		}


var	div2
var divA;
var divB;
var s;
function altoDivSroll2(barra,margen2){
div2=barra;
var alto2=top.document.getElementById('contenido').height
document.getElementById(div2).style.height=alto-margen2;
window.clearInterval(s);
	}
function altoDivSroll(barraA,barraB,margen){
divA=barraA;
divB=barraB;
var nombre = navigator.appName;
var alto=top.document.getElementById('contenido').height-margen;
 if (nombre !== "Microsoft Internet Explorer"){ 
 alto=top.document.getElementById('contenido').document.body.scrollHeight-margen; 
 

}

if(s!=''){window.clearInterval(s); }
 if(divA!=''){
document.getElementById(divA).style.height=alto-margen;
}
if(divB!=''){
document.getElementById(divB).style.height=alto-margen;}
window.clearInterval(t);

}
var verificado=false;
function confirmarIr(winURL,features){
var Comentario = window.showModalDialog(winURL,'',features);
verificado=Comentario;
if (Comentario == true && document.getElementById('verificado')) {
	document.getElementById('verificado').src='img/verific_on.gif';
	document.getElementById('politica').innerHTML='Acepta pol&iacute;tica de privacidad';
		pasaValor();
		
}
if(Comentario == false && document.getElementById('verificado')){
	document.getElementById('verificado').src='img/verific_off.gif';
	document.getElementById('politica').innerHTML='Ver pol&iacute;tica de privacidad';
		pasaValor();
	}

}


function checkNew(){
if(verificado==true){verificado=false;}
else{verificado=true; }
pasaValor();
}

function pasaValor(){
	if (verificado==true ) {
	document.getElementById('verificado').src='img/verific_on.gif';
	document.getElementById('ocultoVerificado').value=1;
	document.getElementById('verificado').alt='Aceptada Politica\nde Privacidad'

}
	if (verificado==false ){
	document.getElementById('verificado').src='img/verific_off.gif';
	document.getElementById('ocultoVerificado').value=0;
	document.getElementById('verificado').alt='Aceptar Politica\nde Privacidad'
		}
	
	}



function cabeceras(){
	if(parent.parent.document.getElementById('cabecera').location=='cabecera.cfm')
	{parent.parent.document.getElementById('cabecera').location='cabecera.cfm';}
	else{parent.parent.document.getElementById('cabecera').location='flm05_cabecera.cfm';}

	}

function salir(boton){
if(boton=='aceptar'){
window.returnValue =true;
}
if(boton=='descartar'){
window.returnValue =false;

}
window.close();
}