function StatusHome()
{
 window.status = "Return to Home";
 return true;
}

function StatusGall()
{
 window.status = "Go to Picture Gallery";
 return true;
}

function StatusComm()
{
 window.status = "View Some Customer Comments";
 return true;
}

function StatusCont()
{
 window.status = "Find Out How to Contact Us";
 return true;
}

function StatusGues()
{
 window.status = "View/Sign Our Guestbook";
 return true;
}

function StatusClear()
{
 window.status = "";
 return true;
}


