// JavaScript Document
function Fb(o,w) {
if(w){o.style.backgroundColor = "#9999ff";}
else {o.style.backgroundColor = "#CCCCCC";}
return
}

function FbHome(o,w) {
if(w){o.style.backgroundColor = "#9999ff";}
else {o.style.backgroundColor = "#00ffaf";}
return
}

