<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// USE lowercase FOR ALL OPTIONS ONLY

var showimage1		= "no"		//  SHOW FIRST SIDEBAR IMAGE
var showimage2		= "no"		//  SHOW SECOND SIDEBAR IMAGE
var linkstop 		= "yes" 		//  START LINKS AT THE VERY TOP


document.write('<DIV id="menulocation">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="155"><tr><td class="menutrans">');
   if (linkstop == "no") {
document.write('<img src="picts/menu-top.gif" width="154" height="70"><br>');
}



// START LINKS //



document.write('</td></tr><tr><td nowrap>');
document.write('<a href="gallery_choose.asp" class="menu">Gallery</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="soapbox.htm" class="menu">Soap Box Derby</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="join.html"  class="menu">Join</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.lionsclubs.org/"  target="_blank" class="menu">Lions International</a>');


//document.write('</td></tr><tr><td nowrap>');
//document.write('<a href="#" class="menu">Newsletter</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="minutes.asp" class="menu">Minutes</a>');


// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="default.html" class="menu">Intro</a>');



// END LINKS //

document.write('</td></tr><tr><td class="menu_bottom" valign="top" height="10">');
document.write('');
document.write('</td></tr><tr><td align="center">');


// START MENU IMAGES

document.write('</td></tr></table></DIV>');

//  End -->