<!-- Begin

// NOTE: Change colspan, top & bottom rows, if adding more menus'

document.write('<TABLE cellpadding="0" cellspacing="0" class="topmenu-table">');
document.write('<tr><td colspan="6" bgcolor="#000000" height="4"></td></tr>');

document.write('<tr><td align="center" bgcolor="#999999">');


// START LINKS COPY AND PASTE 2 LINES TO ADD A NEW BUTTON

document.write('<a href="index.html" class="topmenu">HOME</a>');
document.write('</td><td align="center" bgcolor="#A3BAC0">');

document.write('<a href="fineart.htm" class="topmenu">FINE ART</a>');
document.write('</td><td align="center" bgcolor="#C3BC93">');

document.write('<a href="murals1.htm" class="topmenu">MURALS</a>');
document.write('</td><td align="center" bgcolor="#9DBA9B">');

document.write('<a href="purchase.htm" class="topmenu">PURCHASE</a>');
document.write('</td><td align="center" bgcolor="#C6ABA8">');

document.write('<a href="classes.htm" class="topmenu">CLASSES</a>');
document.write('</td><td align="center" bgcolor="#B5A8C6">');

document.write('<a href="about.htm" class="topmenu">ABOUT</a>');
document.write('</td></tr>');

document.write('<tr><td colspan="6" bgcolor="#000000" height="4"></td></tr>');

document.write('</table>');


//  End -->
