var pathLevel = new Array();
pathLevel[0] = "";
pathLevel[1] = "../index.html";
pathLevel[2] = "../index.html";
pathLevel[3] = "../index.html";




function writePesquisa( ) {
	document.write('<form name="formSearch" id="formSearch" onsubmit="validate_form();">\n<input class="form"  type="text" size=12 name="search">\n<input class="form" type="submit" name="submit" value=">">\n&nbsp;\n</form>');
//	document.write('<td align="right" valign="top" class="barra-nav-gd">Search&nbsp;&nbsp;</td>');
//	document.write('<td width="130" align="right" valign="top">\n<form name="formSearch" id="formSearch" onsubmit="validate_form();">\n<input class="form"  type="text" size=12 name="search">\n<input class="form" type="button" name="submit" value=">" onClick="validate_form()">\n&nbsp;\n</form></td>');	
}

