<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

var showTop	= "yes"		// 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/sbp_logo.gif" 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=\'artists.htm\';" onmouseover="this.className=\'menuon\'" onmouseout="this.className=\'menu\'" class="menu">');
document.write('Artists<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('Samples<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('Services<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>');



// 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 onClick="location.href=\'home.htm\';" onmouseover="this.className=\'menuon\'" onmouseout="this.className=\'menu\'" class="menu">');
document.write('Home<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.gif" width="154" height="34"></a><br>');
}
document.write('<img src="picts/spacer.gif" width="10" height="1"></a><br>');
document.write('</td></tr></table></DIV>');

//  End -->