
	var linkHREF = new Array(14);
	var linkName = new Array(14);
	
	function footer()
		{
		document.write("<br>");
		document.write("<table border=\"0\" width=\"777\"  cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"880000\">");  
		document.write("<tr>");
		document.write("<td height=\"3\" >");
		document.write("</td>");
		document.write("</tr>");
		document.write("</table>");


		setLinks();
		upperLimit=13;
		document.write("<table border=\"0\" width=\"777\"  cellspacing=\"0\" cellpadding=\"0\">");
		document.write("<tr>");
		document.write("<td align=\"center\"  > ");
		document.write("<font size=\"1\" face=\"verdana\" color=\"880000\">")

		for (i=0;i<=upperLimit;i++)
			{

                                             if ( i == 11 )
                                                { document.write("<base target=\"_blank\">"); }
                                             else
                                                { document.write("<base target=\"_self\">"); }

			if (linkHREF[i].length != 0)
				{document.write("<a href=\"" + linkHREF[i] + "\" + class=\"txtmaroon\">" + linkName[i] + "</a>");}
			else
				{document.write(linkName[i]);}

			if (i!=upperLimit)
				{
				document.write(" &nbsp;|&nbsp; ");
				}
				
			}
		document.write("</font>");
		document.write("</td>");
		document.write("</tr>");
		document.write("</table>");

		}
		
	function setLinks()		
		{
		linkHREF[0]="http://himachal.nic.in/employment/Welcome.html"
		linkName[0]="Home"
		
		linkHREF[1]="http://himachal.nic.in/employment/About.htm"
		linkName[1]="About Us"
		
		linkHREF[2]=""
		linkName[2]="Organisation Chart"
		
		linkHREF[3]="http://himachal.nic.in/employment/Stat.htm"
		linkName[3]="Statistics"
		
		linkHREF[4]="http://himachal.nic.in/employment/Acts.htm"
		linkName[4]="Enforcing Labour Laws"

		linkHREF[5]="http://himachal.nic.in/employment/Cec.htm"
		linkName[5]="Central Employment Cell"

		linkHREF[6]="http://himachal.nic.in/employment/Eelist.htm"
		linkName[6]="Employment Exchanges"

		linkHREF[7]="http://himachal.nic.in/employment/Hand.htm"
		linkName[7]="Emp Exch for Handicapped"

		linkHREF[8]="http://himachal.nic.in/employment/Fem.htm"
		linkName[8]="FEMEB"
		
		linkHREF[9]="http://himachal.nic.in/employment/Faq.htm"
		linkName[9]="FAQ"

		linkHREF[10]="http://himachal.nic.in/employment/Download.htm"
		linkName[10]="Downloads"

		linkHREF[11]="http://himachal.nic.in/employment/Vacancy.htm"
		linkName[11]="Vacancies"

		linkHREF[12]=""
		linkName[12]="Feedback"

		linkHREF[13]="http://himachal.nic.in/employment/contact.htm"
		linkName[13]="Contact Us"
		}
             
