<!-- Acesso ao Usuário -->
function usuario()
{
 window.open('http://www1.fapa.com.br/pergamum/biblioteca_s/php/login_usu.php?flag=index.php','ControlWindow','width=795,height=520,top=2px,left=2px,status=yes,scrollbars=yes,resizable=yes');
}

<!-- Troca de Cor -->
function troca_fundo(obj,color) {
	obj.style.backgroundColor = color;
}
<!-- fim -->
