
	var linkHREF = new Array(25);
	var linkName = new Array(25);
	
	function lefts()
		{
		lsetLinks();
		
		// document.write("<link rel=\"stylesheet\" href=\"styles.css\">")
		
		document.write("<table border=\"0\" width=\"130\" cellspacing=\"2\">");
  		document.write("<tr >");
    		document.write("<td width=\"130\">"+"<p align=\"center\" style=\"border: medium outset\">"+"&nbsp");
		document.write("<a href=\""+linkHREF[0]+"\">" + "<img src=\""+linkName[0]+"\" width=\""+widthName[0] +"\" height=\""+heightName[0] +"\" alt=\""+altName[0]+"\" border=\"0\">" + "</a>");
		document.write("</td>");
    		document.write("</tr>");
		
		upperLimit=16
		for (i=1;i<=upperLimit;i++)
		{
		  
		  if (i==4 || i==10 || i==12)
//                                                { document.write("<base target=\"_blank\">"); }
                  {document.write("<tr>");
  		  document.write("<td width=\"130\" bgcolor=\"#FF3300\" align=\"center\" style=\"border: none\">"+"&nbsp");
		  document.write("<small>"+"<a href=\""+linkHREF[i]+"\"  target='_blank' class=\"txtbluelt\">"+"<font face=\"Verdana\" color=\"#ffffFF\">"+"<strong>"+ linkName[i] +"</strong>"+"</font>"+"</a>"+"</small>");
		  document.write("</td>");
 		  document.write("</tr>");}

		  else
//                                                { document.write("<base target=\"_self\">"); }
                  {document.write("<tr>");
  		  document.write("<td width=\"130\" bgcolor=\"#FF3300\" align=\"center\" style=\"border: none\">"+"&nbsp");
		  document.write("<small>"+"<a href=\""+linkHREF[i]+"\"  class=\"txtbluelt\">"+"<font face=\"Verdana\" color=\"#ffffFF\">"+"<strong>"+ linkName[i] +"</strong>"+"</font>"+"</a>"+"</small>");
		  document.write("</td>");
 		  document.write("</tr>");}
		}
		document.write("</table>");
		}
		
	function lsetLinks()		
		{
		//Documents Links Name
		linkHREF[0]="welcome.html"
		linkName[0]="buttons/hplogo.gif"
		widthName[0]="70"
		heightName[0]="45"
		altName[0]="Home Page....."

		linkHREF[1]="history.htm"
		linkName[1]="History"
		
		linkHREF[2]="factfile.htm"
		linkName[2]="Fact File"
		
		linkHREF[3]="admin.htm"
		linkName[3]="Administration"
		
		linkHREF[4]="http://hamirpurpolice.6te.net/"
		linkName[4]="District Police"
		
		linkHREF[5]="egov.htm"
		linkName[5]="e-Governance"
		
		linkHREF[6]="access.htm"
		linkName[6]="Access"
		
		linkHREF[7]="tourism.htm"
		linkName[7]="Tourism"
		
		linkHREF[8]="maps.htm"
		linkName[8]="Maps"
		
		linkHREF[9]="citizen.htm"
		linkName[9]="Citizen Services"

		linkHREF[10]="http://himachal.nic.in/phnkhoj.asp"
		linkName[10]="Phone Directory"

		linkHREF[11]="pgallery.htm"
		linkName[11]="Photo Gallery"

		linkHREF[12]="http://himachal.nic.in/links.htm"
		linkName[12]="Related Links"

		linkHREF[13]="drdahmr.htm"
		linkName[13]="Rural Development"
		
		linkHREF[14]="rtihmr.htm"
		linkName[14]="RTI 'Success Stories'"

                linkHREF[15]="disaster.htm"
		linkName[15]="Disaster Management"

                linkHREF[16]="feedback.htm"
		linkName[16]="Feedback"

		}
