<!------------------------- Menu Start --------------------------------->
function topMainMenu()
{


<!--Home -->
document.writeln('<a href="index.html"><span class="menuA">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Home&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></a><br />');

<!--About menu -->
document.writeln('<a href="#" class="anchorclass someotherclass" rel="submenu2" rev="lr"><span class="menuA">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;About&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></a><br />');
document.writeln('<div id="submenu2" class="anylinkcss" style="width: 150px; background-color:#E9FECB">');
document.writeln('<ul>');
document.writeln('<li><a href="about.html"> About AEARU</a></li>');
document.writeln('<li><a href="constitution.html"> Constitution</a></li>');
document.writeln('</ul>');
document.writeln('</div>');
<!--17 Members -->
document.writeln('<a href="#" class="anchorclass someotherclass" rel="submenu2" rev="lr"><span class="menuA">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;17 Members&nbsp;&nbsp;&nbsp;&nbsp;</span></a><br />');
document.writeln('<div id="submenu2" class="anylinkcss" style="width: 140px; background-color:#E9FECB">');
document.writeln('<ul>');
document.writeln('<li><a href="members.html">17 Members</a></li>');
document.writeln('<li><a href="bod_index.html">Board of Directors</a></li>');
document.writeln('</ul>');
document.writeln('</div>');
<!--Activities -->
document.writeln('<a href="activities.html" class="anchorclass someotherclass" rel="submenu2" rev="lr"><span class="menuA">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Activities&nbsp;&nbsp;&nbsp;&nbsp;</span></a><br />');
document.writeln('<div id="submenu2" class="anylinkcss" style="width: 220px; background-color:#E9FECB">');
document.writeln('<ul>');
document.writeln('<li><a href="agm.html">Annual General Meeting</a></li>');
document.writeln('<li><a href="bdm.html">Board of Directors Meeting</a></li>');
document.writeln('<li><a href="sympo.html">Symposia</a></li>');
document.writeln('<li><a href="workshop.html">Workshops</a></li>');
document.writeln('<li><a href="camp.html">Student Summer Camp</a></li>');
document.writeln('<li><a href="physical.html">Student Physical Competition</a></li>');
document.writeln('</ul>');
document.writeln('</div>');
<!--Link -->
document.writeln('<a href="#" class="anchorclass someotherclass" rel="submenu2" rev="lr"><span class="menuA">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Link&nbsp;&nbsp;&nbsp;&nbsp;</span></a><br />');
document.writeln('<div id="submenu2" class="anylinkcss" style="width: 220px; background-color:#E9FECB">');
document.writeln('<ul>');
document.writeln('<li><a href="link.html#1">Associations/Organizations</a></li>');
document.writeln('<li><a href="link.html#2">Academic Institutions/Sources</a></li>');
document.writeln('</ul>');
document.writeln('</div>');
<!--Contact Us -->
document.writeln('<a href="contact.html"><span class="menuA">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Members\' Contact&nbsp;&nbsp;&nbsp;&nbsp;</span></a><br /><br />');

}








function textShowHide()
{
<!------------------------- footer Start--------------------------------->
var joeexample=new switchcontent("switchgroup2", "p") //Limit scanning of switch contents to just "p" elements
joeexample.setStatus('- ', '+ ')
joeexample.setColor('green', 'red')
joeexample.collapsePrevious(false) //Allow more than 1 content to be open simultanously
joeexample.setPersist(false)
joeexample.defaultExpanded(9)
joeexample.init()
<!------------------------- End footer--------------------------------->      
}


