<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'



var menualign		= "right"	// MENU | left | center | right |
var endspace		= "3"		// MENU END SPACING



document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="'+menualign+'">');
document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td width="'+endspace+'">');
document.write('<img src="picts/spacer.gif" height="5" width="'+endspace+'"><br>');


// START MENU 2 LINKS

// COPY AND PASTE THE FOLLOWING 2 LINES TO ADD A NEW LINK



//document.write('</td><td>');
//document.write('<a href="websites.htm" class="menu-2">Websites</a>');



//document.write('</td><td>');
//document.write('<a href="video.htm" class="menu-2">Video</a>');



//document.write('</td><td>');
//document.write('<a href="audio.htm" class="menu-2">Audio</a>');



//document.write('</td><td>');
//document.write('<a href="javascript:popUpSlideshow(\'slideshow.htm\')" class="menu-2">Slideshow</a>');


//document.write('</td><td>');
//document.write('<a href="site_map.htm" class="menu-2">Site Map</a>');


document.write('</td><td width="'+endspace+'">');
document.write('<img src="picts/spacer.gif" height="5" width="'+endspace+'"><br>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');
//  End -->
