function buscador(buscador,fondo,ancho,idioma)
{
var enlace;
var buscar;
if (idioma == "")
	idioma = "es";
if (idioma == "es")
{
		enlace = "Buscador solidario";
		buscar = "Buscar";
}
else
	{
	if (idioma == "en")
	{
		enlace = "Solidarity search";
		buscar = "Search";
	}
	else
	{
		enlace = "P&aacute;gina principal";
		buscar = "Buscar";
	}
}
document.write ("<table bgcolor='#ffffff' border='0' cellpadding='0' cellspacing='0'><tr>");
document.write ("<td><a href='http://www.buscadorsolidario.es' title='" + enlace + "'><img src='http://www.buscadorsolidario.es/imagenes/logo_web.png' border='0'></a>&nbsp;</td>");
if (buscador == "1")
{
	document.write ("<td>");
	document.write ("<form method='get' action='http://www.buscadorsolidario.es/busqueda.asp' target='_top' name='form'>");
	if (fondo == "")
		fondo = "ffffff";
	document.write ("<table bgcolor='#" + fondo + "' border='0' cellpadding='0' cellspacing='0' style='padding-top:10px;'>");
	document.write ("<tr><td nowrap='nowrap' valign='top' align='left'>");
	document.write ("<label for='sbi' style='display: none'>&nbsp;</label>");
	if (ancho == "")
		ancho = "40";
	document.write ("<input type='text' name='q' size='" + ancho + "' maxlength='255' value='' id='sbi'></input>");
	document.write ("<label for='sbb' style='display: none'>&nbsp;</label>");
	document.write ("&nbsp;<input type='submit' name='sa' value='" + buscar + "' id='sbb' style='font-family:Arial;font-size:10px;color:#079407;'></input>");
	document.write ("<input type='hidden' name='client' value='pub-3683190082361336'></input>");
	document.write ("<input type='hidden' name='forid' value='1'></input>");
	document.write ("<input type='hidden' name='channel' value='3003577785'></input>");
	document.write ("<input type='hidden' name='ie' value='ISO-8859-1'></input>");
	document.write ("<input type='hidden' name='oe' value='ISO-8859-1'></input>");
	document.write ("<input type='hidden' name='cof' value='GALT:#079407;GL:1;DIV:#FFFFFF;VLC:999999;AH:center;BGC:FFFFFF;LBGC:FFFFFF;ALC:282E50;LC:282E50;T:000000;GFNT:BBBBBB;GIMP:BBBBBB;FORID:11'></input>");
	document.write ("<input type='hidden' name='hl' value='es'></input>");
	document.write ("</td></tr></table>");
	document.write ("</form>");
	document.write ("</td>");
}
document.write ("</tr>");
document.write ("</table>");
}