function printBotMenu(){
document.write("<a class=grey href='gallery.html'>Artwork Gallery</a> | ");
document.write("<a class=grey href='NEgallery.html'>New England Gallery</a> | ");
document.write("<a class=grey href='santafegallery.html'>Sante Fe Gallery</a> |  ");
document.write("<a class=grey href='contact.html'>Contact</a> | ");
document.write("<a class=grey href='index.html'>Home</a><BR>");
document.write("<font class=grey>&copy Copyright Jeff Tabor Art Exchange Galleries, Jeff Tabor, New Mexico USA, 2004/4005.</font>");
}
