document.write('<div id="leftcolumn" style="position:absolute; width:152px; height:450px; background-color:#6D6D7C; layer-background-color:#6D6D7C; z-index:1; left: 20px; top: 200px;  border: 0px none #000000" class="navigationLeft">');
if(currentPage=="photographers"){
document.write('<span class="navigationLeftCurrent">Photographers</span><br/><br/><br/>');}
else{
document.write('<a href="pagePhotographers.htm" target="_top">Photographers</a><br/><br/><br/>');}
if(currentPage=="galleries"){
document.write('<span class="navigationLeftCurrent">Galleries</span><br/><br/><br/>');}
else{
document.write('<a href="pageGalleries.htm" target="_top">Galleries</a><br/><br/><br/>');}
if(currentPage=="fieldnotes"){
document.write('<span class="navigationLeftCurrent">Field Notes</span><br/><br/><br/>');}
else{
document.write('<a href="pageViewnotes.php" target="_top">Field Notes</a><br/><br/><br/>');}
if(currentPage=="pricelist"){
document.write('<span class="navigationLeftCurrent">Price List</span><br/><br/><br/>');}
else{
document.write('<a href="pagePricelist.htm" target="_top">Price List</a><br/><br/><br/>');}
if(currentPage=="orderform"){
document.write('<span class="navigationLeftCurrent">Order Form</span><br/><br/><br/>');}
else{
document.write('<a href="pageOrderform.htm" target="_top">Order Form</a><br/><br/><br/>');}
if(currentPage=="contactus"){
document.write('<span class="navigationLeftCurrent">Contact Us</span><br/><br/><br/>');}
else{
document.write('<a href="pageContactus.htm" target="_top">Contact Us</a><br/><br/><br/>');}
if(currentPage=="home"){
document.write('<span class="navigationLeftCurrent">Home</span></div>');}
else{
document.write('<a href="index.html" target="_top">Home</a></div>');}
