
	var linkHREF = new Array(25);
	var linkName = new Array(25);
	
	function lefts()
		{
		lsetLinks();

		co1="this.className='txtgray'"
		co2="this.className='txtwhite'"
		document.write("<link rel=\"stylesheet\" href=\"styles.css\">")
		document.write("<table border=\"0\" width=\"130\" cellspacing=\"0\">");
  		document.write("<tr >");
    		document.write("<td width=\"130\" bgcolor=\"#FFFFFF\" align=\"center\" style=\"border: 1px outset\">");
		document.write("<a href=\""+linkHREF[0]+"\"  >" + "<img src=\""+linkName[0]+"\"  width=\""+widthName[0] +"\" height=\""+heightName[0] +"\" alt=\""+altName[0]+"\" border=\"0\">" + "</a>");
		document.write("</div>"+"</td>");
    		document.write("</tr>");
		
		upperLimit=12
		for (i=1;i<=upperLimit;i++)
		{
		  document.write("<tr>");
  		  document.write("<td width=\"130\" bgcolor=\"#000088\" align=\"center\" style=\"border: 1px outset;font-size: 15px\">"+"&nbsp");
	          if (i==9 || i==11)  
		  	document.write("<small>"+"<a onMouseOver=\""+co1+"\" onMouseOut=\""+co2+"\" href=\""+linkHREF[i]+"\" target=\"_blank\" class=\"txtwhite\">"+"<strong>"+ linkName[i] +"</strong>"+"</a>"+"</small>");
		  else	
		  	document.write("<small>"+"<a onMouseOver=\""+co1+"\" onMouseOut=\""+co2+"\" href=\""+linkHREF[i]+"\"  class=\"txtwhite\">"+"<strong>"+ linkName[i] +"</strong>"+"</a>"+"</small>");		  
		  document.write("</td>");
 		  document.write("</tr>");
		}

		
		document.write("</table>");
		}
		
	function lsetLinks()		
		{
		//Documents Links Name
		linkHREF[0]="default.htm"
		linkName[0]="buttons/hplogo.gif"
		widthName[0]="61"
		heightName[0]="33"
		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]="it31.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]="http://himachal.nic.in/phonekhoj.asp"
		linkName[9]="Phone Directory"

		linkHREF[10]="pgallery.htm"
		linkName[10]="Photo Gallery"

		linkHREF[11]="http://himachal.nic.in/links.htm"
		linkName[11]="Related Links"

		linkHREF[12]="feeduna.htm"
		linkName[12]="Feedback"
		

		}

