// JavaScript Document

<!--Left Menu for website.
document.body.style.scrollbarFaceColor="000000" 
document.body.style.scrollbarArrowColor="333333" 
document.body.style.scrollbarBaseColor="333333" 
document.body.style.scrollbarTrackColor="333333" 
document.body.style.scrollbarShadowColor="333333" 
document.body.style.scrollbarHighlightColor="333333" 
document.body.style.scrollbar3dlightColor="000000" 
document.body.style.scrollbarDarkshadowColor="000000"


document.write('<Table width=100%>')
document.write('<TR><TD height="12"><a href="index.htm">Home</a><hr size="1"></TD></TR>');
document.write('<TR><TD height="12"><a href="biography.htm">Biography</a><hr size="1"></TD></TR>');
document.write('<TR height="12"><TD><a href="videostills.htm">Videos</a><hr size="1"></TD></TR>');
document.write('<TR height="12"><TD><a href="photograph.htm">Photographs</a><hr size="1"></TD></TR>');
document.write('<TR height="12"><TD><a href="sculptures.htm">Sculpture & Installation</a><hr size="1"></TD></TR>');
document.write('<TR height="12"><TD><a href="paintings.htm">Paintings</a><hr size="1"></TD></TR>');
document.write('<TR height="12"><TD><a href="writings_1.htm">Writings</a><hr size="1"></TD></TR>');
document.write('<TR height="12"><TD><a href="projects.htm">Projects</a><hr size="1"></TD></TR>');
document.write('<TR height="12"><TD><a href="links.htm">Links</a><hr size="1"></TD></TR>');
document.write('<TR height="12"><TD><a href="contact.htm">Contact</a><hr size="1"></TD></TR>');
document.write('</Table >')
