//About Us Menu
document.write("<div class=menu onclick=switchMenu('default')>About Us</div>");
document.write("<span class='options' id='default'>");
document.write("<div id='default1' class='option' onClick=loadContent('default','Xcontent1'); onmouseover=this.style.background='#c0f2b4' onmouseout=this.style.background='#f5f5f5'>Who We Are</div>");
document.write("<div id='default2' class='option' onClick=loadContent('default','Xcontent2'); onmouseover=this.style.background='#c0f2b4' onmouseout=this.style.background='#f5f5f5'>Where We Work</div>");
document.write("<div id='default3' class='option' onClick=loadContent('default','Xcontent3'); onmouseover=this.style.background='#c0f2b4' onmouseout=this.style.background='#f5f5f5'>Our Partners</div>");
document.write("<div id='default4' class='option' onClick=loadContent('default','Xcontent4'); onmouseover=this.style.background='#c0f2b4' onmouseout=this.style.background='#f5f5f5'>History</div>");
document.write("</span>");

//Programs Menu
document.write("<div class=menu onclick=switchMenu('programs')>Programs</div>");
document.write("<span class='options' id='programs'>");
document.write("<div id='programs1' class='option' onClick=loadContent('programs','Xcontent1'); onmouseover=this.style.background='#c0f2b4' onmouseout=this.style.background='#f5f5f5'>Improving Education</div>");
document.write("<div id='programs2' class='option' onClick=loadContent('programs','Xcontent2'); onmouseover=this.style.background='#c0f2b4' onmouseout=this.style.background='#f5f5f5'>Income Generation</div>");
document.write("<div id='programs3' class='option' onClick=loadContent('programs','Xcontent3'); onmouseover=this.style.background='#c0f2b4' onmouseout=this.style.background='#f5f5f5'>Health Promotion</div>");
document.write("<div id='programs4' class='option' onClick=loadContent('programs','Xcontent4'); onmouseover=this.style.background='#c0f2b4' onmouseout=this.style.background='#f5f5f5'>Environment</div>");
document.write("</span>");	

document.write("<div class=menu onclick=switchMenu('accomplishments')>Accomplishments</div>");
document.write("<span class='options' id='accomplishments'>");
document.write("<div id='accomplishments1' class='option' onClick=loadContent('accomplishments','Xcontent1'); onmouseover=this.style.background='#c0f2b4' onmouseout=this.style.background='#f5f5f5'>2007</div>");
document.write("<div id='accomplishments2' class='option' onClick=loadContent('accomplishments','Xcontent2'); onmouseover=this.style.background='#c0f2b4' onmouseout=this.style.background='#f5f5f5'>2006</div>");
document.write("<div id='accomplishments3' class='option' onClick=loadContent('accomplishments','Xcontent3'); onmouseover=this.style.background='#c0f2b4' onmouseout=this.style.background='#f5f5f5'>2000 - 2005</div>");
document.write("</span>");	

document.write("<div class=menu onclick=switchMenu('newsroom')>Newsroom</div>");
document.write("<span class='options' id='newsroom'>");
document.write("<div id='newsroom1' class='option' onClick=loadContent('newsroom','Xcontent1'); onmouseover=this.style.background='#c0f2b4' onmouseout=this.style.background='#f5f5f5'>What's New</div>");
document.write("<div id='newsroom2' class='option' onClick=loadContent('newsroom','Xcontent2'); onmouseover=this.style.background='#c0f2b4' onmouseout=this.style.background='#f5f5f5'>Newsletter</div>");
document.write("<div id='newsroom3' class='option' onClick=window.open('http://www.africabridgeblogspot.com'); onmouseover=this.style.background='#c0f2b4' onmouseout=this.style.background='#f5f5f5'>Corey & Claire's Blog</div>");
document.write("<div id='newsroom4' class='option' onClick=loadContent('newsroom','Xcontent4'); onmouseover=this.style.background='#c0f2b4' onmouseout=this.style.background='#f5f5f5'>Latest Pictures</div>");
document.write("</span>");	

document.write("<div class=menu onclick=switchMenu('support')>Support</div>");
document.write("<span class='options' id='support'>");
document.write("<div id='support1' class='option' onClick=loadContent('support','Xcontent1'); onmouseover=this.style.background='#c0f2b4' onmouseout=this.style.background='#f5f5f5'>How To Support</div>");
document.write("<div id='support2' class='option' onClick=loadContent('support','Xcontent2'); onmouseover=this.style.background='#c0f2b4' onmouseout=this.style.background='#f5f5f5'>Sponsors</div>");
document.write("</span>");	

document.write("<div class=menu onclick=switchMenu('resources')>Resources</div>");
document.write("<span class='options' id='resources'>");
document.write("<div id='resources1' class='option' onClick=loadContent('resources','Xcontent1'); onmouseover=this.style.background='#c0f2b4' onmouseout=this.style.background='#f5f5f5'>Resources</div>");
document.write("</span>");	

document.write("<div class=menu onclick=switchMenu('team')>Our Team</div>");
document.write("<span class='options' id='team'>");
document.write("<div id='team1' class='option' onClick=loadContent('team','Xcontent1'); onmouseover=this.style.background='#c0f2b4' onmouseout=this.style.background='#f5f5f5'>Advisory Board</div>");
document.write("<div id='team2' class='option' onClick=loadContent('team','Xcontent2'); onmouseover=this.style.background='#c0f2b4' onmouseout=this.style.background='#f5f5f5'>Leadership</div>");
document.write("<div id='team3' class='option' onClick=loadContent('team','Xcontent3'); onmouseover=this.style.background='#c0f2b4' onmouseout=this.style.background='#f5f5f5'>Our Staff</div>");
document.write("</span>");

document.write("<div class=menu onclick=switchMenu('contact')>Contact Us</div>");
document.write("<span class='options' id='contact'>");
document.write("<div id='contact1' class='option' onClick=loadContent('contact','Xcontent1'); onmouseover=this.style.background='#c0f2b4' onmouseout=this.style.background='#f5f5f5'>Contact Info</div>");
document.write("</span>");	
