<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'



document.write('<div id="navigation-column">');

document.write(' <div class="cssnavv">');
document.write('    <a href="index.html" title="Home">');
document.write('	<img src="./images/nav_button_red.gif">');
document.write('    <span>HOME<br>');
document.write('	<div class="undertext">Introduction</div>');
document.write('	</span></a>');
document.write('  </div>');

document.write('   <div class="cssnavv">');
document.write('     <a href="biography.html" title=Biography">');
document.write(' 	<img src="./images/nav_button_red.gif">');
document.write(' 	<span>BIOGRAPHY<br>');
document.write(' 	<div class="undertext">The Artist\'s Journey</div>');
document.write(' 	</span></a>');
document.write('   </div>');

document.write('   <div class="cssnavv">');
document.write('     <a href="creative.html" title="Creative Process">');
document.write(' 	<img src="./images/nav_button_red.gif"> ');
document.write(' 	<span>CREATIVE PROCESS<br>');
document.write(' 	<div class="undertext">From Start to Finish</div>');
document.write(' 	</span></a>');
document.write('   </div>');

document.write('   <div class="cssnavv">');
document.write('     <a href="onsite.html" title="On-Site Carving">');
document.write(' 	<img src="./images/nav_button_red.gif">');
document.write('     <span>ON-SITE CARVING<br>');
document.write(' 	<div class="undertext">Away from the Studio</div>');
document.write(' 	</span></a>');
document.write('   </div>');

document.write('   <div class="cssnavv">');
document.write('     <a href="animals.html" title="Animals">');
document.write(' 	<img src="./images/nav_button_red.gif">');
document.write('     <span>ANIMALS<br>');
document.write(' 	<div class="undertext">Whimsical and True-Life</div>');
document.write(' 	</span></a>');
document.write('   </div>');

document.write('   <div class="cssnavv">');
document.write('     <a href="preybirds.html" title="Birds">');
document.write(' 	<img src="./images/nav_button_red.gif">');
document.write('     <span>BIRDS OF PREY<br>');
document.write(' 	<div class="undertext">Great Hunters</div>');
document.write(' 	</span></a>');
document.write('   </div>');

document.write('   <div class="cssnavv">');
document.write('     <a href="fence_post_birds.html" title="Birds">');
document.write(' 	<img src="./images/nav_button_red.gif">');
document.write('     <span>FENCE POST BIRDS<br>');
document.write(' 	<div class="undertext">Birds for Mounting</div>');
document.write(' 	</span></a>');
document.write('   </div>');

document.write('   <div class="cssnavv">');
document.write('     <a href="custom.html" title="Custom">');
document.write(' 	<img src="./images/nav_button_red.gif"> ');
document.write(' 	<span>CUSTOM<br>');
document.write(' 	<div class="undertext">Special Requests</div>');
document.write(' 	</span></a>');
document.write('   </div>');

document.write('   <div class="cssnavv">');
document.write('     <a href="log_home_carvings.html" title="Log Home Carvings">');
document.write(' 	<img src="./images/nav_button_red.gif">');
document.write(' 	<span>LOG HOME CARVINGS<br>');
document.write(' 	<div class="undertext">Artistic Accents</div>');
document.write(' 	</span></a>');
document.write('   </div>');

document.write('   <div class="cssnavv">');
document.write('     <a href="pets.html" title="Pets">');
document.write(' 	<img src="./images/nav_button_red.gif">');
document.write(' 	<span>PETS<br>');
document.write(' 	<div class="undertext">Loyal Companions</div>');
document.write(' 	</span></a>');
document.write('   </div> ');

document.write('   <div class="cssnavv">');
document.write('     <a href="http://www.ensignsupport.com/popoff/inquirypage.htm" target="new" title="Inquiry Page">');
document.write(' 	<img src="./images/nav_button_red.gif">');
document.write(' 	<span>INQUIRY PAGE<br>');
document.write(' 	<div class="undertext">How To Contact us</div>');
document.write(' 	</span></a>');
document.write('   </div>');
document.write('</div>');

//  End -->
