var pathLevel = new Array();
pathLevel[0] = "";
pathLevel[1] = "index.html";
pathLevel[2] = "index.html";
pathLevel[3] = "index.html";





function writePesquisa( ) {
	document.write('<form name="formPesquisa" id="formPesquisa" method="GET" onsubmit="javascript: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>');
}

