if (screen.width < 1024) {

document.write('<link rel="stylesheet" type="text/css" href="css/nav.css">');
document.write('<meta name="Author" content="Mythica Designs">');
document.write('</head>');
document.write('<body>');
document.write('<img src="graphics/cornerani.gif" width="159" height="81">');
document.write('<br>');
document.write('<img src="graphics/spacer.gif" width="1" height="10">');
document.write('<a href="main.html" target="main"><img src="graphics/button-home-sm.gif" width="159" height="32" border="0"></a><br>');

document.write('<a href="chamber.html" target="main"><img src="graphics/button-chamber-sm.gif" width="159" height="32" border="0"></a><br>');
document.write('<a href="harp.html" target="main"><img src="graphics/button-harp-sm.gif" width="159" height="32" border="0"></a><br>');
document.write('<a href="gallery/index.php" target="main"><img src="graphics/button-gallery-sm.gif" width="159" height="32" border="0"></a><br>');
document.write('<a href="feedback.html" target="main"><img src="graphics/button-feedback-sm.gif" width="159" height="32" border="0"></a><br>');

document.write('<a href="about.html" target="main"><img src="graphics/button-about-sm.gif" width="159" height="32" border="0"></a><br>');
document.write('<a href="faq.html" target="main"><img src="graphics/button-faq-sm.gif" width="159" height="32" border="0"></a><br>');

document.write('<a href="links.html" target="main"><img src="graphics/button-links-sm.gif" width="159" height="32" border="0"></a><br>');
}

if (screen.width >= 1024) {
document.write('<link rel="stylesheet" type="text/css" href="css/nav.css">');
document.write('<meta name="Author" content="Mythica Designs">');
document.write('</head>');
document.write('<body>');
document.write('<img src="graphics/cornerani.gif" width="159" height="81">');
document.write('<br><br>');
document.write('<a href="main.html" target="main"><img src="graphics/button-home.gif" width="159" height="39" border="0"></a><br><br>');
document.write('<a href="chamber.html" target="main"><img src="graphics/button-chamber.gif" width="159" height="39" border="0"></a><br>');
document.write('<a href="harp.html" target="main"><img src="graphics/button-harp.gif" width="159" height="39" border="0"></a><br>');
document.write('<a href="gallery/index.php" target="main"><img src="graphics/button-gallery.gif" width="159" height="39" border="0"></a><br>');
document.write('<a href="feedback.html" target="main"><img src="graphics/button-feedback.gif" width="159" height="39" border="0"></a><br><br>');
document.write('<a href="about.html" target="main"><img src="graphics/button-about.gif" width="159" height="39" border="0"></a><br>');
document.write('<a href="faq.html" target="main"><img src="graphics/button-faq.gif" width="159" height="39" border="0"></a><br><br>');
document.write('<a href="links.html" target="main"><img src="graphics/button-links.gif" width="159" height="39" border="0"></a><br>');
}

