
function changeContent( id ){

	document.main.menu_opcao.value = id;

	document.main.submit();
}

function showFaq(){
	document.main.accao.value =  'FAQ';
	document.main.menu_opcao.value ='';
	document.main.submit();

}


