
	var linkHREF = new Array(14);
	var linkName = new Array(14);

	
	function footer()
		{
		setLinks4();
		document.write("<base target=\"_self\">")
		document.write("<table bgcolor=\"0000dd\" width=\"760\" border=\"1\" align=\"centre\" cellspacing=\"0\" cellpadding=\"0\" bordercolor=\"ffffff\" bordercolorlight=\"ffffff\" bordercolordark=\"ffffff\"><tr><td></td></tr></table>")
		upperLimit=13;
		//document.write("<link rel=\"stylesheet\" href=\"/styles.css\">")
		//document.write("<link rel=\"stylesheet\" href=\"http://himachal.nic.in/styles.css\">")
		document.write("<table border=\"0\" width=\"760\" align=\"centre\" cellspacing=\"0\" cellpadding=\"0\" >");
		document.write("<tr>");
		document.write("<td align=\"centre\" valign=\"top\">");
		document.write("|");


		for (i=0;i<=upperLimit;i++)
			{
                                             if (i>13)
                                                { document.write("<base target=\"_blank\">"); }
                                             else
                                                { document.write("<base target=\"_self\">"); }
		document.write("<font size=\"2\" face=\"arial\">");
			if (linkHREF[i].length != 0)
                                                          {document.write("&nbsp;&nbsp;");
				  document.write("<a href=\"" + linkHREF[i] + "\" + class=\"txtbluelt\">" + linkName[i] + "</a>");
                                                            document.write("&nbsp;&nbsp;|");}
			else
				{document.write("&nbsp;&nbsp;");
                                                           document.write("" + linkName[i] + "");
				 document.write("&nbsp;&nbsp;|");}

			if (i!=upperLimit)
				{
				document.write("|&nbsp;&nbsp;");
				}

		document.write("</font>");
			
			}
		document.write("</td>");
		document.write("</tr>");
		document.write("<tr>");document.write("</tr>");  document.write("<tr>");document.write("</tr>");
		document.write("</table>");


		document.write("<table bgcolor=\"224488\" width=\"760\" border=\"1\" align=\"centre\" cellspacing=\"0\" cellpadding=\"0\" bordercolor=\"ffffff\" bordercolorlight=\"ffffff\" bordercolordark=\"ffffff\"><tr><td></td></tr></table>")
		document.write("<table border=\"0\" width=\"760\" align=\"left\" cellspacing=\"0\" cellpadding=\"0\">");
		document.write("<tr>");  document.write("<td align=\"centre\">");
		document.write("<font face=\"verdana,arial\" size=\"1\">");
		document.write("Disclaimer: Web site designed by NIC Hamirpur, HP and is informative only. The content on this website is published and managed by the Deputy Commissioner, District Hamirpur, Himachal Pradesh. For any query for this website, please contact the Web Information Manager: Assistant Commissioner to Deputy Commissioner, ");
		document.write( " <a href=\"mailto:ac-ham-hp@nic.in\" class=\"txtbluelt\">   ac-ham-hp@nic.in</a>. " )
		document.write("<a href=\"disclaim.htm\" class=\"txtbluelt\">Read more</a>. ");
		document.write("Last updated: 31.01.2012. ");
		//document.write("<a href=\"http://himachal.nic.in/disclaim.htm\" class=\"txtbluelt\">Read Disclaimer.</a>");
		document.write("</font>");
		document.write("</td>");  document.write("</tr>");
		document.write("<tr>");document.write("</tr>");  document.write("<tr>");document.write("</tr>");
		document.write("</table>");
		}
		
	function setLinks4()		
		{
		linkHREF[0]="welcome.html"
		linkName[0]="Home"

		linkHREF[1]="history.htm"
		linkName[1]="History"
		
		linkHREF[2]="factfile.htm"
		linkName[2]="Fact File"
		
		linkHREF[3]="admin.htm"
		linkName[3]="Administration"
		
		linkHREF[4]="egov.htm"
		linkName[4]="e-Governance"

		linkHREF[5]="access.htm"
		linkName[5]="Access"
				
		linkHREF[6]="tourism.htm"
		linkName[6]="Tourism"

		linkHREF[7]="maps.htm"
		linkName[7]="Maps"

		linkHREF[8]="citizen.htm"
		linkName[8]="Citizen Services"

		linkHREF[9]="pgallery.htm"
		linkName[9]="Photo Gallery"

		linkHREF[10]="drdahmr.htm"
		linkName[10]="Rural Development"

                linkHREF[11]="rtihmr.htm"
		linkName[11]="Right to Information"

                linkHREF[12]="disaster.htm"
		linkName[12]="Disaster Management"
                
                linkHREF[13]="feedback.htm"
		linkName[13]="Feedback"

		}

