
	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=2;
		document.write("<table border=\"0\" width=\"720\" 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>");
                          document.write("<table bgcolor=\"#006F00\" width=\"738\" border=\"0\" align=\"center\" cellspacing=\"0\" cellpadding=\"0\" bordercolor=\"#880000\" bordercolorlight=\"#880000\" bordercolordark=\"#880000\"><tr><td></td></tr></table>")
		}
		
	function setLinks2()		
		{
		//Documents Links Name
		linkHREF[0]="Welcome.htm"
		linkName[0]="images/hplogo.gif"
		widthName[0]="110"
		heightName[0]="84"
		altName[0]="Department of Town & Country Planning"
		
		
		
		linkHREF[1]="Welcome.htm"
		linkName[1]="images/title.jpg"
		widthName[1]="460"
		heightName[1]="67"
		altName[1]="Department of Town & Country Planning"

		linkHREF[2]="Welcome.htm"
		linkName[2]="images/hbpic.gif"
		widthName[2]="115"
		heightName[2]="87"
		altName[2]="Department of Town & Country Planning"
		}

