function windowOpen(janela, w, h){
	window.open(janela,"iBest",'width='+w+',height='+h+',top=0,left=0,scrollbars=yes,toolbar=0,location=0,status=yes,menubar=0,resizable=0')
}

function header(){
document.write('<form name="frmRadix" style=display:inline  action="http://radix.ibest.com.br/servlet/radix.Busca" method="POST" target="_blank">'+
				'<input type="hidden" name="mkt" value="">'+
				'<table border="0" cellspacing="0" cellpadding="0" width="215">'+
					'<tr>'+
						'<td class=txtmenu style="color:DD246E" width=120 align=right>Busca</td>'+
						'<td align=right><input type="text" name="keywords" style="width:64px" class=inputbusca></td>'+
						'<td background="http://www.ibest.com.br/canais/sexo/img2/cv_mn02.gif" width="22" height="27"><input type="image" name="submit" src="http://www.ibest.com.br/canais/sexo/img2/seta_01.gif" border="0" hspace=5></td>'+
					'</tr>'+
				'</table>'+	
			 '</form>');
}	
