
function header(position){	
	var relative_path = ""
	if (position == null){
		position = 1
		relative_path = "../html/"
	} else if (position == 0) relative_path = "html/"
	else if (position == 2) relative_path = "../../html/"
	
	document.write('<table   border="0" cellspacing="0" cellpadding="0" width="100%" height="113" valign="top">')
	document.write('<tr>')
	document.write('<td width="100%" valign="top"><img width="100%" height="113" src="../images/banner.jpg" ></td>')
	document.write('</tr>')	
	document.write('</table>')
	
	document.write('<table width="100%" border="0"  height="7">')
	document.write('<tr>')
	document.write('<td><img src="../images/dsbsn.gif" width="100%" height="41"></td>')
	document.write('</tr>')
	document.write('</table>')
	
	document.write('<table width="100%" cellpadding="0" cellspacing="0" border="0" valign="top">')
	document.write('<tr>')
	document.write('<td height="16" bgcolor="#e00000" align="center" class="headerLink" colspan="4" style="padding-right:6px;"><A class="headerLink" href="../index.html" title="Home" >Home</A>&nbsp;|&nbsp;<A class="headerLink" href="../html/cities_and_towns.htm" title="Cities & Towns" >Towns</A>&nbsp;|&nbsp;<A class="headerLink" href="../html/facilities_available.htm" title="Facilities Available">Facilities</A>&nbsp;|&nbsp;<A class="headerLink" href="../html/games.htm" title="Games" >Games</A>&nbsp;|&nbsp;<A class="headerLink" href="../html/banks.htm" title="Banks">Banks</A>&nbsp;|&nbsp;<A class="headerLink" href="http://gis.nic.in" target="_blank" title="GIS">GIS</A>&nbsp;|&nbsp;<A class="headerLink" href="../html/census_figure.htm" title="Census">Census</A>&nbsp;|&nbsp;<A class="headerLink" href="../html/election_menu.htm" title="Elections">Elections</A> &nbsp;|&nbsp;<A class="headerLink" href="../html/citizen_charter.htm" title="Citizen Charter">Citizen Charter</A> &nbsp;|&nbsp;<A class="headerLink" href="../html/distirct_ at_a_glance.htm" title="Citizen Charter">District at a Glance</a>&nbsp;|&nbsp;<A class="headerLink" href="../html/contact_us.htm" title="Contact Us" >Contact Us</A></td>')
	document.write('</tr>')
	document.write('</table>')
}

function copyright(){
	document.writeln('<table width="780" cellpadding="1" cellspacing="0" border="0">')
	document.writeln('<tr>')
	document.writeln('<td class="Copyright" align="right"><b>Site is designed &amp; developed by:</b></td>')
	document.writeln('<td class="Copyright"><font color="#E00000">National Informatics Centre, Punjab State Unit, Chandigarh</font></td>')
	document.writeln('</tr>')
	document.writeln('<tr>')
	
	document.writeln('<td align="right" class="Copyright"><b>Contents developed by:</b></td>')
	document.writeln('<td class="Copyright"><font color="#E00000">Shahid Bhagat Singh Nagar District Administration</font></td>')
	document.writeln('</tr>')
	document.writeln('<tr>')

	document.writeln('<td class="Copyright" colspan="2" align="center"><font size="-2" face="tahoma">This site is best viewed in 800x600 resolutions. Use IE 4.5/Netscape 4.5 or above.</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>')
	document.writeln('</tr>')
	document.writeln('</table>')
}	
function header2(position){	
	var relative_path = ""
	if (position == null){
		position = 1
		relative_path = "../html/"
	} else if (position == 0) relative_path = "html/"
	else if (position == 2) relative_path = "../../html/"
	
	document.write('<table width="780" cellpadding="1" cellspacing="0" border="0">')
		document.write('<tr>')
	document.write('<td align="center"><a class="link3" href="../html/about_district_menu.htm">&nbsp;&nbsp;About District</a> | <a class="link3" href="../html/district_administration_menu.htm">District Administration</a> | <a class="link3" href="../html/places_to_visit_menu.htm">Places to Visit</a> | <a class="link3" href="../html/freedom_menu.htm">Freedom Fighters</a> | <a class="link3" href="../html/sucess_stories_menu.htm">Developement Stories</a> | <a class="link3" href="../html/key_contacts_menu.htm">key Contacts</a></td>')
	document.write('</tr>')
	document.write('</table>')
}

function homeBottom(){
	document.writeln('<br><center><div style="height=20;width=50;"><B><a href="../index.html"><img src="../images/home.jpg" alt="Home" width="86" height="75" border=0></a></B></div></center>')
}

function vline() {
	document.write('<BR><TABLE CELLPADDING=0 CELLSPACING=0 WIDTH=1 height="100%" BORDER=0 BGCOLOR="#336699">')
	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>')
}

