// JavaScript Document

// Atualizar Imagem
function imgD(img,id){
	document.getElementById(id).innerHTML = '<img src="'+img+'"/>';
}

function lk01(){
	window.location = "http://www.seanor.org.br/filiacao/";
}

function clearSearch(){
	if(document.getElementById("s").value == 'Digite sua pesquisa'){
		document.getElementById("s").value = '';
	}
}
