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" cellpadding="0" cellspacing="0" width="100%" bordercolorlight="#00BFFF">')
	document.write('<tr>')
	document.write('<td colspan="6" width="100%" bordercolor="#0085BC"><img border="0" src="../images/blue-bar.jpg" width="100%" height="58"></td>')
	document.write('</tr>')	
	
	document.write('<tr>')
	document.write('<td bgcolor="#036BA4" width="221" bordercolor="#036BA4">&nbsp;</td>')	
	document.write('<td bgcolor="#008BBC" width="155" bordercolor="#008BBC">&nbsp;</td>')
	document.write('<td bgcolor="#036BA4" width="1" bordercolor="#008BBC">&nbsp;</td>')
	document.write('<td bgcolor="#036BA4" width="125" bordercolor="#008BBC"><p align="center"><a class="Menu" href="../index.html">Home</a></td>')	
	document.write('<td bgcolor="#036BA4" width="125" bordercolor="#008BBC"><p align="center"><a class="Menu" href="../html/contact_us.htm">Contact Us</at></td>')	
	document.write('<td bgcolor="#036BA4" width="125" bordercolor="#008BBC"><p align="center">&nbsp;<a class="Menu" href="mailto:pungds@chd.nic.in">Email</a></td>')	
	document.write('</tr>')	
	
/*	document.write('<tr>')	
	document.write('<td bgcolor="#FFFFFF" width="321" bordercolor="#FFFFFF" colspan="3">&nbsp;</td>')	
	document.write('<td bgcolor="#FFFFFF" width="444" bordercolor="#FFFFFF" colspan="3"><img border="0" src="../images/main-img3.jpg" width="100%" height="150" align="right"></td>')
	document.write('</tr>')*/
	document.write('</table>')
}

function copyright(){
	document.writeln('<table width="100%" 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="#ff8600">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="#ff8600">Gurdaspur 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 footer(str){
	document.writeln('<table border="0" cellpadding="0" cellspacing="0" width="764">')
	document.writeln('<tr>')
	document.writeln('<td width="30%"></td>')
	document.writeln('<td background="../images/footer.jpg" width="544" height="57"><a class="footer" href="../index.html">&nbsp;&nbsp;Home </a><font color="white"> || </font><a class="footer" href="../html/acknow.htm">Acknowledgment </a><font color="white"> || </font><a class="footer" href="../html/profile_menu.htm">District Profile </a><font color="white"> || </font><a class="footer" href="../html/district_at_a_glance_menu.htm">District At a Glance </a><font color="white"> || </font><a class="footer" href="../html/district_administration_menu.htm">District Administration </a><font color="white"> || </font><a class="footer" href="../html/towns.htm">&nbsp;&nbsp;Towns </a><font color="white"> || </font><a class="footer" href="../html/places_to_visit.htm">Tourist Places </a><font color="white"> || </font><a class="footer" href="../html/telephone_directory.htm">Telephone Directory</a><font color="white"> || </font><a class="footer" href="../html/resthouses_hotels.htm">Rest Houses & Hotels</a><font color="white"> || </font><a class="footer" href="../html/fairs_festivals.htm">Fairs & Festivals </a><font color="white"> || </font><a class="footer" href="../html/education.htm">&nbsp;&nbsp;Education </a><font color="white"> || </font><a class="footer" href="../html/elections.htm">Elections </a><font color="white"> || </font><a class="footer" href="../html/egovernance.htm">Egovernance </a><font color="white"> || </font><a class="footer" href="../html/maps.htm">Maps </a><font color="white">||</font><a class="footer" href="../html/contact_us.htm"> Contact Us</a><font color="white"> || </font><a class="footer" href="mailto:pungds@chd.nic.in">Email</a></td>')
	document.writeln('</tr>')
	document.writeln('</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="34" height="27" border=0></a></B></div></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>')
}

