<!--
barra='/'
var i=0;
var ie=(document.all)?1:0;
var ns=(document.layers)?1:0;

function initStyleElements() /* Styles for Buttons Init */
{
var c = document.poeff;
if (ie)
{


c.view.style.backgroundColor="#C0C0A8";
c.view.style.cursor="hand";
c.ver.style.backgroundColor="#C0C0A8";
c.ver.style.cursor="hand";
c.fin.style.backgroundColor="#C0C0A8";
c.fin.style.cursor="hand";

}
else return;
}



function LightOn(what)
{
if (ie) what.style.backgroundColor = '#E0E0D0';
else return;
}

function LightOut(what)
{
if (ie) what.style.backgroundColor = '#C0C0A8';
else return;
}



// -->
