<!-- Begin MENU
// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON - USE lowercase


var show1	= "no"		// SHOW ONE LARGE IMAGE
var show2 	= "no"		// SHOW FIRST SMALL IMAGE
var show3 	= "no"		// SHOW SECOND SMALL IMAGE



document.write('<DIV id="menulocation">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="154" class="printhide">');
document.write('<tr><td class="menutrans">');

document.write('<img src="picts/menu-top.gif" width="154" height="70"></a><br>');


// NOTE: COPY AND PASTE THE NEXT 2 LINES TO MAKE A NEW LINK


document.write('</td></tr><tr><td>');
document.write('<a href="band.html" class="menu">Band Songs</a>');


document.write('</td></tr><tr><td>');
document.write('<a href="dj.html" class="menu">DJ Songs</a>');

document.write('</td></tr><tr><td>');
document.write('<a href="ref.html" class="menu">References</a>');


document.write('</td></tr><tr><td>');
document.write('<a href="index.html" class="menu">Home</a>');


document.write('</td></tr></table>');
document.write('<!-- LINK TABLE-->');



// END LINKS


document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="154" class="printhide">');
document.write('<tr><td align="center" background="picts/menu.gif" height="34">');

document.write('<img src="picts/menu-bottom.gif" width="154" height="511"></a><br>');

document.write('</td></tr><tr><td align="center">');

document.write('<br><br>');


// START IMAGE AREA

   if (show1 == "yes") {
document.write('<img src="picts/menu-picture-1.gif" width="150" height="150" ></a><br><br>');
}
   if (show2 == "yes") {
document.write('<img src="picts/menu-picture-2.gif" width="150" height="150" ></a><br><br>');
}
   if (show3 == "yes") {
document.write('<img src="picts/menu-picture-3.gif" width="150" height="150" class="borders"></a><br><br>');
}



document.write('</td></tr></table>');
document.write('</div>');

//  End -->
