function msh(active) {active.style.display=''; }
function msho(active) {active.style.display='none'; }

function G(c,w)
{
if (w==0)
{
c.style.filter="light";
if (c.filters.light) 
{
c.filters.light.addAmbient(120,400,220,140)
}
}
else
{
c.style.filter=0
}
}
