<!-- see which image name is found in document title
if (document.getElementById) {

if ((checkTitle("| Home") != -1)) {
document.getElementById("homebot").style.color="#0066ff"; 
document.getElementById("homebot").style.fontWeight="bold"; }

if ((checkTitle("Boat") != -1)) {
document.getElementById("boatsbot").style.color="#0066ff"; 
document.getElementById("boatsbot").style.fontWeight="bold"; }

if ((checkTitle("| Restaurants") != -1)) {
document.getElementById("boatsbot").style.color="#0066ff"; 
document.getElementById("boatsbot").style.fontWeight="bold"; }

if ((checkTitle("| Photo") != -1)) {
document.getElementById("photobot").style.color="#0066ff"; 
document.getElementById("photobot").style.fontWeight="bold"; }

if ((checkTitle("| Marine") != -1)) {
document.getElementById("weathbot").style.color="#0066ff"; 
document.getElementById("weathbot").style.fontWeight="bold"; }

if ((checkTitle("| Fortescue Maps") != -1)) {
document.getElementById("mapsbot").style.color="#0066ff"; 
document.getElementById("mapsbot").style.fontWeight="bold"; }

if ((checkTitle("| Online Bookstore") != -1)) {
document.getElementById("booksbot").style.color="#0066ff"; 
document.getElementById("booksbot").style.fontWeight="bold"; }

if ((checkTitle("| Fishing Reports Contest") != -1)) {
document.getElementById("contebot").style.color="#0066ff"; 
document.getElementById("contebot").style.fontWeight="bold"; }

if ((checkTitle("| Delaware Bay Buoy") != -1)) {
document.getElementById("buoybot").style.color="#0066ff"; 
document.getElementById("buoybot").style.fontWeight="bold"; }

if ((checkTitle("| Fishing Regulations") != -1)) {
document.getElementById("regsbot").style.color="#0066ff"; 
document.getElementById("regsbot").style.fontWeight="bold"; }

if ((checkTitle("| Tide") != -1)) {
document.getElementById("tidesbot").style.color="#0066ff"; 
document.getElementById("tidesbot").style.fontWeight="bold"; }


}
//-->

