//anandwan javascript

function showHeader() {
	document.write('<div id="header">');
	document.write('<img src="images/logo_anandwan.gif" alt="logo" title="Anandwan logo" style="float: left; margin-left: 6px;">');
	document.write('<div id="header_navbar">');
	document.write('<a href="default.html">');
	document.write('<img src="images/icon_home.gif" alt="home" title="Home"></a>');
	document.write('<a href="sitemap.html">');
	document.write('<img src="images/icon_sitemap.gif" alt="sitemap" title="Sitemap"></a>');
	document.write('<a href="contact_us.html">');
	document.write('<img src="images/icon_contact.gif" alt="contact us" title="Contact us"></a>');
	document.write('</div>');
	document.write('<div class="dummy">&nbsp;</div>');
	document.write('</div>');
}

function showMainNavbar() {
	document.write('<ul>');
	document.write('<li><a href="default.html">Home</a>');
	document.write('<li><a href="about_us.html">About Us</a>');
	document.write('<li><a href="baba_amte.html">Baba Amte</a>');
	document.write('<li><a href="our_work.html">Spectrum of Work</a>');
//	document.write('<li><a href="whats_new.html">What&#39;s New</a>');
	document.write('<li><a href="orchestra.html">Our Orchestra</a>');
	document.write('<li><a href="faq.html">FAQs</a>');
	document.write('<li><a href="community.html">Community</a>');
//	document.write('<li><a href="send_ecard.html">Gallery</a>');
	document.write('<li><a href="sitemap.html">Sitemap</a>');
	document.write('<li><a href="work_with_us.html">Work With Us</a>');
	document.write('<li><a href="contact_us.html">Contact Us</a>');
	document.write('</ul>');
}

function showFooter() {
	document.write('<div id="footer">');
	document.write('<span style="float: left;">| ');
	document.write('<a href="sitemap.html">sitemap</a> | ');
//	document.write('<a href="disclaimer.html">disclaimer</a> | ');
	document.write('</span>');
	document.write('<span style="float: right;">Copyright &copy; MAHAROGI SEWA SAMITI, WARORA. All rights reserved</span>');
	document.write('</div>');
}
