<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// USE lowercase FOR ALL OPTIONS ONLY

var showimage1		= "yes"		//  SHOW FIRST SIDEBAR IMAGE
var showimage2		= "no"		//  SHOW SECOND SIDEBAR IMAGE
var linkstop 		= "no" 		//  START LINKS AT THE VERY TOP


document.write('<DIV id="menulocation" class="printhide">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="154"><tr><td>');
   if (linkstop == "no") {
document.write('<img src="picts/menu-top.gif" width="154" height="70" class="menutrans"><br>');
}



// START LINKS //


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="index.html" class="menu">Welcome</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="application.htm" class="menu">2007 Application</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="speaker.htm" class="menu">About Our Speaker</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="staff.htm" class="menu"> Our Leadership</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="sponsors.htm" class="menu">Sponsors</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="calendar.htm" class="menu">Calendar of Events</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="featurestory.htm" class="menu">Feature Story</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="links.htm" class="menu">Links</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="gallery.htm" class="menu">Photo Gallery</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="contactus.htm" class="menu">Contact Us</a>');


// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK



// END LINKS //





// START MENU IMAGES

//

document.write('</td></tr></table></DIV>');
//

//  End -->