function colorize_on(obj)
{
        obj.style.backgroundColor = "#C67800";
}

function colorize_off(obj)
        {
          obj.style.backgroundColor = "#8E5600";

          }

function subcolorize_on(obj)
{
        obj.style.backgroundColor = "#FFDE85";
}

function subcolorize_off(obj)
{
        obj.style.backgroundColor = "#FFFAEE";
}


function link(filename) { newlink = window.open('includes/link.php?popFileName='+filename+'','POPUP','toolbar=no,location=no,directories=no,menubar=no,resizable=no,status=no,scrollbars=yes,width=630,height=600');
newlink.moveTo(190,50);
}
