// This allows you to change what is displayed in the bottom cell.
// Could use cookies to display status or something.
document.write("sFs Drawing Register");

var title = getQueryVar("title");
if (title != 0)
{
    document.getElementById(title).rows[0].cells[0].bgColor="#afd1e2";
}


