<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

var showTop	= "no"		// SHOW MENU TOP IMAGE
var showBot1	= "yes"		// SHOW MENU BOTTOM IMAGE
var showBot2	= "yes"		// SHOW MENU BOTTOM LINES


document.write('<DIV id="menu" class="printhide">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="75"><tr><td>');
   if (showTop == "yes") {
document.write('<img src="picts/menu-top.jpg" width="154" height="75" class="menutrans"></a><br>');
}
else {
document.write('<img src="picts/spacer.gif" width="154" height="1"></a><br>');
}


// START MENU LINKS

document.write('</td></tr><tr><td onClick="location.href=\'index.html\';" onmouseover="this.className=\'menuon\'" onmouseout="this.className=\'menu\'" class="menu">');
document.write('Home<br>');



document.write('</td></tr><tr><td onClick="location.href=\'us.htm\';" onmouseover="this.className=\'menuon\'" onmouseout="this.className=\'menu\'" class="menu">');
document.write('The Band<br>');



document.write('</td></tr><tr><td onClick="location.href=\'sound-1.htm\';" onmouseover="this.className=\'menuon\'" onmouseout="this.className=\'menu\'" class="menu">');
document.write('Ending Sun FREE Listen<br>');



document.write('</td></tr><tr><td onClick="location.href=\'cd.htm\';" onmouseover="this.className=\'menuon\'" onmouseout="this.className=\'menu\'" class="menu">');
document.write('Purchase CDs<br>');



document.write('</td></tr><tr><td onClick="location.href=\'service.htm\';" onmouseover="this.className=\'menuon\'" onmouseout="this.className=\'menu\'" class="menu">');
document.write('Calendar<br>');



document.write('</td></tr><tr><td onClick="location.href=\'gallery-1.htm\';" onmouseover="this.className=\'menuon\'" onmouseout="this.className=\'menu\'" class="menu">');
document.write('Photo Gallery<br>');



document.write('</td></tr><tr><td onClick="location.href=\'video-1.htm\';" onmouseover="this.className=\'menuon\'" onmouseout="this.className=\'menu\'" class="menu">');
document.write('Video Gallery<br>');



// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK

document.write('</td></tr><tr><td onClick="location.href=\'links.htm\';" onmouseover="this.className=\'menuon\'" onmouseout="this.className=\'menu\'" class="menu">');
document.write('Links<br>');



document.write('</td></tr><tr><td onClick="location.href=\'contact.htm\';" onmouseover="this.className=\'menuon\'" onmouseout="this.className=\'menu\'" class="menu">');
document.write('Contact<br>');




document.write('</td></tr><tr><td>');
   if (showBot1 == "yes") {
document.write('<img src="picts/menu-bottom.jpg" width="154" height="150"></a><br>');
}
   if (showBot2 == "yes") {
document.write('<img src="picts/menu-bottom-2.jpg" width="154" height="77></a><br>');
}
document.write('<img src="picts/spacer.gif" width="10" height="1"></a><br>');
document.write('</td></tr></table></DIV>');

//  End -->