
	var linkHREF = new Array(5);
	var linkName = new Array(5);
	var widthName = new Array(5);
	var heightName = new Array(5);
	var altName = new Array(5);
	
	function head()
		{
		hsetLinks();
		upperLimit=1;
		document.write("<table border=\"0\" width=\"700\" align=\"center\" cellspacing=\"0\" cellpadding=\"0\" >");
		document.write("<tr>");
		document.write("<td width=\"140\">");
                for (i=0;i<=upperLimit;i++)
			{
			document.write("<a href=\""+linkHREF[i]+"\">" + "<img src=\""+linkName[i]+"\" width=\""+widthName[i] +"\" height=\""+heightName[i] +"\" alt=\""+altName[i]+"\" border=\"0\">"+ "</a>");
			}
		document.write("</td>");
		document.write("<td width=\"1800\" align=\"center\">");
		document.write("<img src=\"kan.jpg\" width=\""+widthName[i] +"\" height=\""+heightName[i] +"\" alt=\""+altName[i]+"\" border=\"0\">" + "</a>");
		//document.write("<font face=\"verdana\" color=\"#400000\" size=\"100\">"+"<strong>"+"KANGRA"+"</strong>"+"</font>");
		document.write("</td>");
		upperLimit=3; i=3
		document.write("<td width=\"140\">");
		document.write("<a href=\""+linkHREF[i]+"\">" + "<img src=\""+linkName[i]+"\" width=\""+widthName[i] +"\" height=\""+heightName[i] +"\" alt=\""+altName[i]+"\" border=\"0\"  >" + "</a>");
		document.write("</td>");
		document.write("</tr>");
		document.write("<table>");
		}


	function hsetLinks()		
		{
		//Documents Links Name
                linkHREF[0]="http://www.nic.in"
		linkName[0]="buttons/india.gif"
		widthName[0]="48"
		heightName[0]="60"
		altName[0]="India Image........."

                linkHREF[1]="http://www.nic.in"
		linkName[1]="buttons/flag.gif"
		widthName[1]="60"
		heightName[1]="50"
		altName[1]="India Flag......"

               linkHREF[2]="http://www.kangra.nic.in"
		linkName[2]="buttons/hp.gif"
		widthName[2]="300"
		heightName[2]="64"
		altName[2]="Kangra"
                linkHREF[3]="http://www.himachal.gov.in"
		linkName[3]="buttons/hp.gif"
		widthName[3]="100"
		heightName[3]="64"
		altName[3]="H.P. Govt.Website.."
		
		}

