<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<div style="float: left" id="my_menu" class="sdmenu">');
	
	document.write('<div onclick=\"location.href=\'default.html\'" >');
        document.write('<span  >Home</span>');   
      document.write('</div>');

      document.write('<div class="collapsed">');
       document.write(' <span>About Us</span>');

        document.write('<a href="about.html">History</a>');
         document.write('<a href="officers.html">Officers</a>');

        document.write('<a href="meetings.html">Meetings</a>');
        document.write('<a href="membership.html">Membership</a>');
        document.write('<a href="qsl.html">QSLs</a>');
      	 document.write('<a href="links.html">Links</a>'); 	
      document.write('</div>');
  
  document.write('<div class="collapsed">');
        document.write('<span>Features</span>');
        document.write('<a href="messenger.html">Messenger</a>');
      document.write('<a href="whistle.html">Charlie\s Whistle</a>');
       document.write('<a href="net.html">BVARC Net</a>');
       document.write('<a href="hamNews.html">Ham News</a>');
      document.write('</div>');
   	document.write('<div class="collapsed">');
      document.write('<span>Activities</span>');
      document.write('<a href="fieldDay11.html">Field Day 2011</a>');
      document.write('<a href="fieldDay10.html">Field Day 2010</a>');
      document.write('<a href="fieldDay09.html">Field Day 2009</a>');
      document.write('<a href="dutchIsland.html">Dutch Island Light</a>');
       document.write('<a href="consortium.html">Consortium</a>');
      document.write('</div>');

    document.write('<div onclick="location.href=\'exams.html\'" >');
    document.write('<span  >Exams</span>');   
    document.write('</div>');
   document.write('<div onclick="location.href=\'hamTags.html\'" >');
   document.write('<span  >Ham Tags</span> ');  
   document.write('</div>'); 
     document.write('<div onclick="location.href=\'dxcc.html\'" >');
   document.write('<span  >RI DXCC</span> ');  
   document.write('</div>');  
      document.write('<div onclick="location.href=\'clubPhotos.html\'" >');
   document.write('<span  >Club Photos</span> ');  
   document.write('</div>');    
  document.write('<div onclick="location.href=\'search.html\'" >');
   document.write('<span  >Search</span> ');  
   document.write('</div>');
  
   
      document.write('</div>');

document.write('<FORM method="GET" action="http://www.qrz.com/callsign.html" target="_blank">');
document.write('<table align="CENTER" style="color:white;">');
document.write('<tr><td align="CENTER"><br />QRZ callsign lookup</td></tr>');
document.write('<tr><td align="center"><INPUT type="text" name="callsign" size="8"><INPUT type="submit" value="OK"></td></tr>');
document.write('</table></FORM>');

//  End -->
