// Telefonica.com
// Said Rodríguez - 30.03.2009
// Indra Software Labs
//
// Parámetros: nombre de la página, título, ancho y alto 
// si no se le quiere dar un título a la página, pasar al parámetro tit el valor ("").



function abrirGenerico (pag, tit, ancho, alto) {

  quien = "http://server-uk.imrworldwide.com/cgi-bin/b?cg=downloads&ci=corp-telefonica&tu=" + pag;
  wnd = window.open(quien, tit, "resizable=yes,width="+ancho+",height="+alto+",scrollbars=yes,location=no,status=yes,toolbar=no,left=10,top=100,screenx=0,screeny=0");
  wnd.opener = this;
  wnd.focus();

}

function goQuery(){


	
	var sString;
	var sLib;
	var sTQuery;
	var sNQuery;
	var sNResult;
	sString=document.frmQuery.txtQueryString.value;
	document.frmQuery.action="http://buscar.telefonica.es/jsp/index.jsp";
	document.frmQuery.QUERYTXT.value=escape(sString);
	document.frmQuery.FILEINI.value='';
	document.frmQuery.SALADEPRENSA.value='';
	document.frmQuery.PAGINA.value='0';
	document.frmQuery.IDIOM.value='';
	document.frmQuery.PAIS.value='ES';

	if (document.frmQuery.txtQueryString.value!='')
	{
		document.frmQuery.submit();
	}


}