var i=0;


function valida(){
/*	var chequeado=0;	
	for (i = 0; i < document.busca.cercaweb.length; i++) {
     if (document.busca.cercaweb[i].checked) {
     		 buscar(i);
     		 chequeado=1;
     }
  }
 		
	if (chequeado==0) {
     		alert('Has de seleccionar on vols realitzar la cerca');		
	} 		
	*/
	location.href='http://portal.uoc.edu/externes/cgi-bin/search_sl/search.pl?Match=1&Realm=SERVEILING&Terms='+document.busca.Terms.value;
}

function buscar(f){
	if (f==0) {
			location.href='http://portal.uoc.edu/externes/cgi-bin/search_sl/search.pl?Match=1&Realm=SERVEILING&Terms='+document.busca.Terms.value;
	}
	else{
		window.open("http://cv.uoc.edu/tren/trenacc/web/LLENGUA.GLOSSNOMEN/glossari_entrades.glossari",null,"height=500,width=710,status=yes,toolbar=yes,menubar=no,location=no, scrollbars=yes");	
	}
}	





document.write('			<center>');
document.write('			<table cellpadding="0" cellspacing="0" border="0">');
document.write('				<tr>');
document.write('					<td><img src="http://www.uoc.edu/serveilinguistic/img/nivells/titol_cercador.gif" width="150" height="20"></td>');
document.write('				</tr>');
document.write('			<form METHOD="POST" name="busca">');			
document.write('				<tr>');
						
						if(document.all){
							document.write('<td bgcolor="#FFFFFF" height="21"><a href="#" onClick="valida();"><img border="0" align="right" hspace="4" vspace="2" src="http://www.uoc.edu/serveilinguistic/img/bt_cerca.gif"></a>&nbsp;&nbsp;<input name="Terms" class="textarea2" type="text"><br><br></td>');						
						}else{
							if(document.layers){
								document.write('<td bgcolor="#FFFFFF" height="21"><a href="#" onClick="valida();"><img border="0" align="right" hspace="4" vspace="2" src="http://www.uoc.edu/serveilinguistic/img/bt_cerca.gif"></a>&nbsp;&nbsp;<input name="Terms" size="5" class="textarealay" type="text"><br><br></td>');
							}else{
								document.write('<td bgcolor="#FFFFFF" height="21"><a href="#" onClick="valida();"><img border="0" align="right" hspace="4" vspace="2" src="http://www.uoc.edu/serveilinguistic/img/bt_cerca.gif"></a>&nbsp;&nbsp;<input name="Terms" size="13" class="textarealay" type="text"><br><br></td>');
							}					
						}
						
document.write('				</tr>');
document.write('			</table>');
document.write('			<table cellpadding="0 cellspacing="0" border="0" bgcolor="#E1E1E1">');
 //ACTION="http://portal.uoc.edu/externes/cgi-bin/search_sl/search_sl.pl"
document.write('     	<input type="hidden" name="Match" VALUE="1"><input type="hidden" name="Realm" VALUE="SERVEILING">');
/*
document.write('			<tr>');
document.write('				<td bgcolor="#E1E1E1"><img src="http://www.uoc.edu/serveilinguistic/img/espai.gif" width="36" height="1"></td>');
document.write('				<td bgcolor="#E1E1E1" class="t1" align="right">Al web</td>');
document.write('				<td bgcolor="#E1E1E1"><input type="radio" name="cercaweb" value="alweb"></td>			');
document.write('			</tr>');
document.write('			<tr>');
document.write('				<td bgcolor="#E1E1E1"><img src="http://www.uoc.edu/serveilinguistic/img/espai.gif" width="36" height="1"></td>');
document.write('				<td bgcolor="#E1E1E1" class="t1" align="right">Als dubtes més<br> freqüents</td>');
document.write('				<td bgcolor="#E1E1E1"><input type="radio" name="cercaweb" value="dubtes"></td>	');
document.write('			</tr>');
*/
document.write('			</form>');


document.write('		</table>');
document.write('		</center>');
