//JavaScript functions for Ekalavya site

function showTitle() {
	document.write('<img src="images/ekalavya.jpg" alt="Ekalavya Nyasa - Building Child&#8217;s Tomorrow" title="Ekalavya Nyasa">');
}
function showNavBar() {
	document.write('<table summary="Navigation bar" class="navTbl" cellpadding="0" cellspacing="0">');
	document.write('	<tr>');
	document.write('		<td class="navCell"><a href="default.htm" title="Go to Home page">Home</a></td>');
	document.write('		<td class="navCell"><a href="activities.htm" title="Activities of EN">What We Do</a></td>');
	document.write('		<td class="navCell"><a href="future.htm" title="Plans of EN">Our Plans</a></td>');
	document.write('		<td class="navCell"><a href="howtohelp.htm" title="How you can help EN">How To Help</a></td>');
	document.write('		<td class="navCell"><a href="events.htm" title="Happenings at EN">Events</a></td>');
	document.write('		<td class="navCell"><a href="abouten.htm" title="A little about us">About EN</a></td>');
	document.write('		<td class="navCell"><a href="renutai.htm" title="About Renutai Gavaskar">Renutai</a></td>');
	document.write('	</tr>');
	document.write('</table>');
}
function showAddress() {
	document.write('<p class="addr">');
	document.write('Ekalavya Bal Shikshan & Arogya Nyasa<br>');
	document.write('7, Indira Apartments, Chintamaninagar, Sahakarnagar No. 2, Pune 411 009, India<br>');
	document.write('Phone: +91 (20) 5621 5386 -- Mobile: +91 92255 43590 -- Email: ekalavyatrust@yahoo.co.in');
	document.write('</p>');
}
