function bajaS(cual){
	(document.all)?menu = eval('document.all.menu_ie'+cual):menu = eval(document.getElementById('menu_ie'+cual));
	menu.style.visibility='hidden';
}

function busca()
{
	
	if ((document.sm_search_form.ss.value.length < 3 )) 
	{
    	
    	alert("Debe introducir una cadena de al menos 3 caracteres");
	
	return (false);
	
  	}
}


function writeSearch(){
var opr = 
		'<style>'+
		'.bold {font-family: Arial, Helvetica, sans-serif;font-size: 12px;line-height: 19px;font-weight: bold;color: #FFFFFF;}'+
		'</style>'+
		'<div id="menu_ie30">'+
		'<form name="sm_search_form" action="http://mexw.buongiorno.com/mex/pmsdata.html?target=web_esmas/web/buscador_html" onsubmit="return busca();" method="post"  target="_blank">'+
		'<input value="mex" type="hidden" name="country">'+
		'<input value="CLIENT" type="hidden" name="method">'+
		'<input value="http://mexw.buongiorno.com/mex/pmsdata.html?target=web_esmas/search/searchres_html" type="hidden" name="nextPage">'+
		'<input value="true" type="hidden" name="SM_SS">'+
		'<input value="/services/sitemanager/environments/3-production/web_esmas/configuration/search" type="hidden" name="servicePath">'+
		'<input value="web_esmas_search1" type="hidden" name="service">'+
		'<input value="" type="hidden" name="types">'+
		'<input value="main_search" type="hidden" name="resultCtxName">'+
		'<input value="NO" name="USECACHE" type="hidden">'+
		'<table width="300" border="0" cellspacing="0" cellpadding="0">'+
		'<tr>'+
		'<td><img src="http://i.esmas.com/img/univ/tarabuNoticias/imag_search_tarabu_2/pleca_top.gif" width="300" height="14"></td>'+
		'</tr>'+
		'<tr>'+
		'<td><table width="300" border="0" cellpadding="0" cellspacing="0" bgcolor="8EA3C6">'+
		'<tr>'+
		'<td><table width="220" border="0" cellspacing="0" cellpadding="0">'+
		'<tr>'+
		'<td><img src="http://i.esmas.com/img/univ/tarabuNoticias/imag_search_tarabu_2/tarabuentucel.gif" width="220" height="30"></td>'+
		'</tr>'+
		'<tr>'+
		'<td><table width="220" border="0" cellspacing="0" cellpadding="0">'+
		'<tr>'+
		'<td align="center">'+
		'<input type="text" name="ss"" style="font-size:9px;" size="24"></td>'+
		'<td width="21">'+
		'<input type="image" src="http://i.esmas.com/img/univ/tarabuNoticias/imag_search_tarabu_2/bot_ir.gif" width="21" height="19"></td>'+
		'</tr>'+
		'</table></td>'+
		'</tr>'+
		'<tr>'+
		'<td><table width="220" border="0" cellspacing="0" cellpadding="0">'+
		'<tr>'+
		'<td width="5" align="left" valign="top"><img src="http://i.esmas.com/img/univ/tarabuNoticias/imag_search_tarabu_2/spacer.gif" width="5" height="1"></td>'+
		'<td class="bold">M&aacute;s de 3,000 tonos </td>'+
		'</tr>'+
		'</table></td>'+
		'</tr>'+
		'</table></td>'+
		'<td width="3"><img src="http://i.esmas.com/img/univ/tarabuNoticias/imag_search_tarabu_2/telynotas.gif" width="80" height="67"></td>'+
		'</tr>'+
		'</table>'+
		'</td>'+
		' </tr>'+ 
		'<tr>'+ 
		'<td><img src="http://i.esmas.com/img/univ/tarabuNoticias/imag_search_tarabu_2/pleca_bot.gif" width="300" height="14"></td>'+
		'</tr>'+
		'</table>'+
		'</form></div>';
			
																								
																								
document.write(opr); 

}


