			document.write('<ul>');
				document.write('<li><a href="../about/default.html" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event,\'menu1\')">About us</a>');
					document.write('<div id="menu1" class="sublink">');
						document.write('<a href="../about/default.html">Overview</a>');
						document.write('<a href="../about/success.html">Success Stories</a>');
						document.write('<a href="../about/legal.html">Legal &amp; Financials</a>');
						document.write('<a href="../about/partners.html">Partners</a>');
						document.write('<a href="../about/people.html">People</a>');
						document.write('<a href="../about/contact.html">Contact Info</a>');
						document.write('<a href="../about/faq.html">FAQs</a>');
					document.write('</div>');
				
				document.write('<li><a href="../involve/default.html" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event,\'menu2\')">Donate</a>');
					document.write('<div id="menu2" class="sublink">');
						document.write('<a href="../involve/monetary.html">Monetary Donation</a>');
						document.write('<a href="../involve/default.html">Donate Your Time</a>');
					document.write('</div>');
					
				document.write('<li><a href="../projects/default.html" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event,\'menu3\')">Programs</a>');
					document.write('<div id="menu3" class="sublink">');
						document.write('<a href="../projects/default.html">Overview</a>');
						document.write('<a href="../projects/mental.html">Mental Health Program</a>');
						document.write('<a href="../projects/pspw.html">Personal Security</a>');
						document.write('<a href="../projects/nutrition.html">Nutrition</a>');
						document.write('<a href="../projects/hygiene.html">Health and hygiene</a>');
						document.write('<a href="../projects/edu.html">Education</a>');
						document.write('<a href="../projects/leisure.html">Leisure</a>');
						document.write('<a href="../projects/list.html">List of Projects</a>');
					document.write('</div>');
					
				document.write('<li><a href="../media/default.html" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event,\'menu4\')">Media &amp; Events</a>');
					document.write('<div id="menu4" class="sublink">');
						document.write('<a href="../media/default.html">News</a>');
						document.write('<a href="../media/arch.html">Archieved Newsletter</a>');
						document.write('<a href="../media/events.html">Events</a>');
						document.write('<a href="../media/gallery.html">Gallery</a>');
					document.write('</div>');
					
					document.write('<li><a href="../blog/index.asp">Blogs</a>');
					
				document.write('</ul>');
