﻿




/* NAVIGATION */

/* DISABLING LINK: use "//" at the start of the line */

document.write('<table cellpadding="0" cellspacing="0" style="margin-right: auto; margin-left: auto;"><tr><td>');
document.write('<img src="/images/template/NavImageLeft.png" /> ');
document.write('</td><td>');

/* BEGIN: Insert Buttons Here */
document.write('<a href="/" class="nav">Home</a> ');
document.write('<a href="About.html" class="nav">About</a> ');
document.write('<a href="SoundReels.html" class="nav">Sound Reels</a> ');
document.write('<a href="Contact.html" class="nav">Contact</a> ');
/* END: Insert Buttons Here */

document.write('</td><td>');
document.write('<img src="/images/template/NavImageRight.png" /> ');
document.write('</td></tr></table>');
