function leftmenu(){
	var t="";
	t+='<ul class="mymenu">';
	t+='	  <li><strong><a class=mymenu.htm href=http://www.astec.gov.in>ASTEC&acute;s Home Page</a></strong></li>';
	t+='	  <li class="line1px">&nbsp;</li>';
	t+='	  <li class="line">&nbsp;</li>';
	t+='	  <li><strong>Suggested Activities</strong></li>';
	t+='		  <ul class="mymenu">';
	t+='			<li><a href="suggested_activities.htm">Some of the activities that can be taken up by the Schools</a></li>';
	t+='		  </ul>';
	t+='	  <li class="line1px">&nbsp;</li>';
	t+='	  <li class="line">&nbsp;</li>';
	t+='	  <li><strong>The works done so far  </strong></li>';
	t+='		  <ul class="mymenu">';
	t+='			<li>At the State Level </li>';
	t+='			<li><a href="#">At the District Level </a></li>';
	t+='		  </ul>';
	t+='	  <li class="line1px">&nbsp;</li>';
	t+='	  <li class="line">&nbsp;</li>';
	t+='	  <li><strong>List of Schools  </strong></li>';
	t+='		  <ul class="mymenu">';
	t+='			<li><a href="schoollist.htm">A comprehensive list of all the Eco-clubs with their Districts, Blocks and other details </a></li>';
	t+='		  </ul>';
	t+='	  <li class="line1px">&nbsp;</li>';
	t+='	  <li class="line">&nbsp;</li>';
	t+='	  <li><strong>Reporting formats</strong></li>';
	t+='		  <ul class="mymenu">';
	t+='			<li><a href="report_school.htm">For Schools to DIMCs</a></li>';
	t+='			<li><a href="report_dimc.htm">For DIMCs to SSC</a></li>';
	t+='		  </ul>';
	t+='	</ul>'

	return t;
}

function rightmenu(){
	var t="";
	t+='<ul class="mymenu">';
	t+='	  <li><strong><a href=index.htm>NGC&acute;s Home Page</a></strong></li>';
	t+='	  <li class="line1px">&nbsp;</li>';
	t+='	  <li class="line">&nbsp;</li>';
	t+='		<li> Initiatives </li>';
	t+='		<ul class="mymenu">';
	t+='			<li><a href=recent_initiative.htm>Initiative taken to revamp the activities of NGC</a> </li>';
	t+='		</ul>';
	t+='	  <li class="line1px">&nbsp;</li>';
	t+='	  <li class="line">&nbsp;</li>';
	t+='		<li>Performance</li>';
	t+='			<ul class="mymenu">';
	t+='				<li><a href=overall.htm>Overall Performance of the Districts and Schools </a></li>';
	t+='			</ul>';
	t+='	  <li class="line1px">&nbsp;</li>';
	t+='	  <li class="line">&nbsp;</li>';
	t+='		<li>Best Eco-Clubs of Districts </li>';
	t+='			<ul class="mymenu">';
	t+='				<li><a href=best_club.htm>List of the Best Eco-Clubs of District </a> </li>';
	t+='			</ul>';
	t+='	  <li class="line1px">&nbsp;</li>';
	t+='	  <li class="line">&nbsp;</li>';
	t+='		<li>Highlights</li>';
	t+='			<ul class="mymenu">';
	t+='				<li><a href=highlights_district.htm>Highlights of the performance and achievements at the District level </a></li>';
	t+='			</ul>';
	t+='	  <li class="line1px">&nbsp;</li>';
	t+='	  <li class="line">&nbsp;</li>';
	t+='	  <li><strong><a href=links.htm>Links to other NGC Sites</a></strong></li>';
	t+='	</ul>';
return t;

}