


var menuside	= "left"	// MENU SIDE | left, right or center
var menuspace	= "15"		// MENU END SPACING


document.write('<div class="printhide"><TABLE cellpadding="0" cellspacing="0" border="0" width="100%" class="navbackground"><tr><td align="'+menuside+'">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td width="'+menuspace+'">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="5"></a><br>');







document.write('</td><td>');
document.write('<a href="" class="menu-nav"> Recital Gallery </a>');



document.write('</td><td>');
document.write('<a href="" class="menu-nav">Student Gallery </a>');





document.write('</td><td>');
document.write('<a href="slideshow.htm" class="menu-nav">Slideshow</a>');



document.write('</td></tr></table>');
document.write('</td></tr></table></div>');

