<!--
function FixaBorda(objeto1)
{
   objeto1.fixo = true;
}
function Mensagem(mens)
{
   alert(mens);
}
// -->

