function header() {
document.write('<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=750><TR>')

document.write('<TD ALIGN=left VALIGN=bottom WIDTH=128>')
document.write('<IMG SRC="../images/banner.jpg" ALT="" WIDTH=780 HEIGHT=60 HSPACE=0 VSPACE=0 BORDER=0>')
document.write('</TD>')

document.write('</TR></TABLE>')
}


function footer() {
document.write('<center><table border="0" cellspacing="0" width="700" cellpadding="0">')
document.write('  <tr valign="top">')
document.write('   <td align="center">')

document.write('    <font size="1"><b>||</b></font>')
document.write('    <a class="bottommenu" href="about.htm">About District</a>')

document.write('    <font size="1"><b>||</b></font>')
document.write('    <a class="bottommenu" href="admin.htm">Administrative Setup</a>')

//document.write('    <font size="1"><b>||</b></font>')
//document.write('    <a class="bottommenu" href="glance.htm">District at a Glance</a>')

document.write('    <font size="1"><b>||</b></font>')
document.write('    <a class="bottommenu" href="statistics.htm">District statistics</a>')

document.write('    <font size="1"><b>||</b></font>')
document.write('    <a class="bottommenu" href="cities.htm">Cities/Towns</a>')

document.write('    <font size="1"><b>||</b></font>')
document.write('    <a class="bottommenu" href="places.htm">Places to Visit</a>')

document.write('    <font size="1"><b>||</b></font>')
document.write('    <a class="bottommenu" href="festivals.htm">Festival/Melas</a>')

//document.write('    <font size="1"><b>||</b></font>')
//document.write('    <a class="bottommenu" href="maps.htm">Maps</a>')

//document.write('    <font size="1"><b>||</b></font>')
//document.write('    <a class="bottommenu" href="news.htm">District News</a>')

document.write('    <font size="1"><b>||</b></font>')
document.write('<br>')

document.write('    <font size="1"><b>||</b></font>')
document.write('    <a class="bottommenu" href="contacts.htm">Contacts</a>')

document.write('    <font size="1"><b>||</b></font>')
document.write('    <a class="bottommenu" href="mailto:pun-rop@chd.nic.in">Email</a>')

document.write('    <font size="1"><b>||</b></font>')
document.write('    <a class="bottommenu" href="../welcome.html">Home</a>')

document.write('    <font size="1"><b>||</b></font>')
document.write('  </td>')

document.write('  </tr>')
document.write('</table></center>')

//document.write('<BR>')

//document.write('<CENTER><A HREF="../welcome.html"><img src="../images/home.gif" width="31" height="31" border="0" alt="Home"></A></CENTER>')

document.write('<CENTER>')
document.write('<HR size="2" width="720">')
document.write('<p class="Copyright"><b>Site designed & developed by: <FONT COLOR="#780000">National Informatics Centre, Punjab State Unit, Chandigarh & NIC District Unit, Ropar</FONT></b><br>')
document.write('This site is best viewed in 800x600 resolutions. Use IE 4.5/Netscape 4.5 or above.</p>')
document.write('</CENTER>')
}


function vline() {
document.write('<BR><TABLE CELLPADDING=0 CELLSPACING=0 WIDTH=1 height="100%" BORDER=0 BGCOLOR="#8D5501">')
document.write('<TR>')
document.write('<TD><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR></TD>')
document.write('</TR>')
document.write('</TABLE>')
}