function frmSubmit(frm)
	{
	
	self.location.href = 'go_pesquisa.asp?busca=' + frm.txt_pesquisas.value
	frm.txt_pesquisas.value = ''
	}

function janelafotos (ima, WIDTH, HEIGHT){
			
			janela = window.open("zoom.asp?ima=" + ima,"fotos", "width=" + WIDTH + ", height=" + HEIGHT+  ", left= 0, top= 0 , screenX= 0, screenY= 0 ");
			janela.focus();
	}
	
function janelaprojecto (idProj){
			
			janela = window.open("GetProjectoInfo.asp?idProj=" + idProj,"projecto", "width=450, left=0,top=0,screenX=0,screenY=0, scrollbars");
			janela.focus();
	}
		
function entrabr (elem){
	elem.style.color = "#666666";
	//elem.style.fontWeight = "bold";
}

function saibr (elem){
	elem.style.color = "#000066";
	//elem.style.fontWeight = "normal";
}
