
	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 headtop()
		{
		setLinks2();
		upperLimit=1;
		document.write("<table border=\"0\" width=\"675\" align=\"center\" cellspacing=\"0\" cellpadding=\"0\">");
		document.write("<tr>");
		for (i=0;i<=upperLimit;i++)
			{
			document.write("<td align=center>");
			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 setLinks2()		
		{
		//Documents Links Name
		linkHREF[0]="Welcome.htm"
		linkName[0]="hplog2.gif"
		widthName[0]="80"
		heightName[0]="80"
		altName[0]="HP Board of School Education"
		
		
		
		linkHREF[1]="Welcome.htm"
		linkName[1]="hpsign1.gif"
		widthName[1]="640"
		heightName[1]="70"
		altName[1]="HP Board of School Education"
		}
