
function lefts()
{
		document.write("<link rel=\"stylesheet\" href=\"styles.css\">")
		
		document.write("<a href=\""+"welcome.html"+"\">" + "<img src=\"hplogo.gif\" border=\"0\">"+ "</a>");
		document.write("<br>");
                document.write("<a href=\""+"welcome.html"+"\">"+"<b>"+"Home"+"</b>"  +"</a>");
		document.write("<br>");

		document.write("<a href=\""+"fact.html"+"\">"+"<font size=\"3\" face=\"arial narrow\">"+"<b>"+"Profile"+"</b>"  +"</a>");
		document.write("<br>");

		
		document.write("<a href=\""+"history.html"+"\">"+"<font size=\"3\" face=\"arial narrow\">"+"<b>"+"History"+"</b>"+"</a>");
		document.write("<br>");

	
		document.write("<a href=\""+"it.html"+"\">"+"<font size=\"3\" face=\"arial narrow\">"+"<b>"+"E-governance"+"</b>"+"</a>");
		document.write("<br>");

		
		document.write("<a href=\""+"map.html"+"\">"+"<b>"+"Maps"+"</b>"+"</a>");
		document.write("<br>");
		

	        document.write("<a href=\""+"http://himachal.nic.in/donorkhoj.asp"+"\"+ target=\""+"_blank"+"\">"+"<b>"+"Blood Donors"+"</b>"+"</a>");
		document.write("<br>");


		document.write("<a href=\""+"http://cipmcsolan.dacnet.nic.in"+"\" + target=\""+"_blank"+"\">"+"<b>"+"CIPMC"+"</b>"+"</a>");
		document.write("<br>");


		document.write("<a href=\""+"picture.html"+"\">"+"<b>"+"Picture Gallery"+"</b>"+"</a>");
		document.write("<br>");

		document.write("<a href=\""+"admin.html"+"\">"+"<b>"+"Administration"+"</b>"+"</a>");
		document.write("<br>");
		
		document.write("<a href=\""+"118 Guidelines.htm"+"\">"+"<b>"+"Guidelines under Section 118"+"</b>"+"</a>");
		document.write("<br>");

		document.write("<a href=\""+"http://himachal.nic.in"+"\"+ target=\""+"_blank"+"\">"+"<b>"+"Citizen Services"+"</b>"+"</a>");
		document.write("<br>");

		document.write("<a href=\""+"http://www.himachal.nic.in/phonekhoj.asp"+"\"+ target=\""+"_blank"+"\">"+"<b>"+"Phone Directory"+"</b>"+"</a>");
		document.write("<br>");

		document.write("<a href=\""+"serviceareaplan.html"+"\">"+"<b>"+"Service Area Plan"+"</b>"+"</a>");
		document.write("<br>");
		
		document.write("<a href=\""+"link.html"+"\">"+"<b>"+"Related Links"+"</b>"+"</a>");
		document.write("<br>");

		document.write("<a href=\""+"contact.html"+"\">"+"<b>"+"Contact Us"+"</b>"+"</a>");
		document.write("<br>");
}

