<!--
document.writeln('<ul>');
document.writeln('<li><a href="index.html" title="Go Home">Home</a>');
document.writeln('<li><a href="index-studio.html" title="Production Facilities and Services">Studio</a>');
document.writeln('<li><a href="index-credits.html" title="Selected Production Credits">Credits</a>');
document.writeln('<li><a href="index-articles.html" title="Browse the Articles Archive">Articles</a>');
document.writeln('<li><a href="index-aboutme.html" title="Professional Biography">About</a>');
document.writeln('<li><a href="index-contact.php" title="Contact Info">Contact</a>');
document.writeln('<li><a href="index-more.html" title="Links, Photos, and Things Wholly Unrelated">More</a>');
document.writeln('</ul>');
//-->