function menu() {

document.write('<TABLE BORDER=0 CELLPADDING=1 CELLSPACING=0 WIDTH="140">')
document.write('<!--<TR><TD BGCOLOR="#8D5501" WIDTH=140 align=center>')
document.write('<B><FONT COLOR="FFFFFF" SIZE="2" FACE="verdana, MS SANS SERIF">Fatehgarh Sahib</FONT></B>')
document.write('</TD></TR>-->')
document.write('<TR><TD>')

document.write('<table border=0 CELLPADDING=5 CELLSPACING=0 width=140>')
document.write('<tr><td align="center">')
document.write('<P><A class="leftmenu" href="../html/about.htm">About District</A>')
document.write('<P><A class="leftmenu" href="../html/admin.htm">Administrative Setup</A>')
document.write('<P><A class="leftmenu" href="../html/glance.htm">District at a Glance</A>')
document.write('<P><A class="leftmenu" href="../html/census.htm">District Census</A>')
document.write('<P><A class="leftmenu" href="../html/statistics.htm">District Statistics</A>')
document.write('<P><A class="leftmenu" href="../html/development.htm">Development Stories</A>')
document.write('<P><A class="leftmenu" href="../html/cities.htm">Cities/Towns</A>')
document.write('<P><A class="leftmenu" href="../html/places.htm">Places to Visit</A>')
document.write('<P><A class="leftmenu" href="../html/maps.htm">Maps</A>')
//document.write('<P><A class="leftmenu" href="../html/news.htm">District News</A>')
document.write('<P><A class="leftmenu" href="../html/deputycommissioners.htm">Our Deputy Commissioners</A>')
document.write('<P><A class="leftmenu" href="../html/important_links.htm">Important Links</A>')
document.write('<P><A class="leftmenu" href="../html/tenders.htm">Tenders</A>')
document.write('<P><A class="leftmenu" href="../html/contacts.htm">Contacts</A>')
document.write('<p><A HREF="../welcome.html"><IMG src="../images/home1.gif" ALT="Home Page" WIDTH=48 HEIGHT=48 BORDER=0></A></p>')

document.write('</td></tr>')
document.write('</table>')

document.write('</TD></TR>')
document.write('</TABLE>')

}
