<!-- 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 		= "yes" 		//  START LINKS AT THE VERY TOP


document.write('<DIV id="menulocation">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="154"><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>');

document.write('<tr><td align="center">');
if (showimage1 == "yes") {
 document.write('<img src="picts/AGMG-trans.gif" width="135" height="148" border="0"><br><br>');
 }
document.write('</td></tr>');

document.write('<tr><td nowrap>');
document.write('<a href="index.html" class="menu">Home</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="2012Registration.pdf" class="menu">Registration Form</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="2012SponsorForm.pdf" class="menu">Sponsor Form</a>');

// document.write('</td></tr><tr><td nowrap>');
// document.write('<a href="BanquetInfo.htm" class="menu">Banquet Information</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="donations.htm" class="menu">Scholarship Donations</a>');

// document.write('</td></tr><tr><td nowrap>');
// document.write('<a href="virtualtour.htm" class="menu">Last Years Event</a>');


// document.write('</td></tr><tr><td nowrap>');
// document.write('<a href="LastYearWinners.htm" class="menu">Last Years Winners</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="samoset.htm" class="menu">Samoset Resort</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="links.htm" class="menu">Other Links</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="weather.htm" class="menu">Current Weather</a>');

//document.write('</td></tr><tr><td nowrap>');
//document.write('<a href="dedication.htm" class="menu">Al Grenert Dedication</a>');






// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK

// END LINKS //



document.write('</td></tr><tr><td>');
document.write('<img src="picts/menu-bottom.gif" width="154" height="34"><br>');

document.write('</td></tr><tr><td align="center">');


// START MENU IMAGES
  

  if (showimage2 == "yes") {
 document.write('<img src="picts/AGMG-trans.gif" width="75" height="75" border="0"></a><br><br>');
 }
 document.write('</td></tr></table></DIV>');

//  End -->
