function left_1()
{
      //var i
      message=new Array()
      hlink=new Array()
      message[0]="History"
      hlink[0]="./sml_hist.htm"
      message[1]="Fact File"
      hlink[1]="./sml_fact.htm"
      message[2]="Administrative Setup"
      hlink[2]="./sml_administration.htm"
      message[3]="E-Governance"
      hlink[3]="./sml_it.htm"
      message[4]="Citizen Services"
      hlink[4]="./citizenservice.htm"

      message[5]="DRDA"
      hlink[5]="./indiraawas.htm"



      message[6]="District Telephones"
      hlink[6]="http://himachal.nic.in/phonekhoj.asp"
      message[7]="Tourism"
      hlink[7]="./sml_tourism.htm"
      message[8]="Photo Gallery"
      hlink[8]="./sml_pict.htm"
      message[9]="Maps"
      hlink[9]="./sml_maps.htm"
      message[10]="Access"
      hlink[10]="./sml_access.htm"
      message[11]="Fairs and Festivals"
      hlink[11]="sml_f&festival.htm"
      message[12]="Temples"
      hlink[12]="./sml_temples.htm"
      message[13]="Feedback"
      hlink[13]="./sml_feedback.htm"
      message[14]="Related Links"
      hlink[14]="http://himachal.nic.in/links.htm"
      hlink[15]="./disclaimer.htm"

      hlink[16]="http://india.gov.in"
      document.write("<style type='text/css'>")
      document.write("<")
      document.write("a:link{color:'#330033';text-decoration:none;}")
      document.write("a:visited{color:'#330033';text-decoration:underline;}")
      document.write("a:active{color:'#330033';text-decoration:underline;}")
      document.write("a:hover{color:'#330033'';text-decoration:underline;}")
      document.write(">")
      document.write("</style>")
      document.write("<table cellpadding='0' cellspacing='0' height='10'color='000000' bgcolor='ccccff'>")
      document.write("<tr><td align='center'><a href= javascript:ds1('http://www.himachal.nic.in')><img border='0' src='./logohp_1.jpg'></a></td></tr>")
      document.write("<br>")
      for (i=0;i<6;i++)
      {
      //document.write(message[i].fontsize(1).bold())
      document.write("<tr align='center' bgcolor=\"#ccccff\"><td nowrap>")
      document.write("<a href='"+hlink[i]+"'>"+message[i].fontsize(3).bold()+"</a>")
      document.write("</td><tr>")
      }

         
      

      //document.write("<tr align='center' bgcolor=\"#ccccff\"><td nowrap>")
      //document.write("<a href= javascript:ds1('"+hlink[4]+"') >"+message[4].fontsize(3).bold()+"</a>")
      //document.write("</td><tr>")
      document.write("<tr align='center' bgcolor=\"#ccccff\"><td nowrap>")
      document.write("<a href= javascript:ds1('"+hlink[6]+"') >"+message[6].fontsize(3).bold()+"</a>")
      document.write("</td><tr>")
      for (i=7;i<14;i++)
      {
      //document.write(message[i].fontsize(1).bold())
      document.write("<tr align='center' bgcolor=\"#ccccff\"><td nowrap>")
      document.write("<a href='"+hlink[i]+"'>"+message[i].fontsize(3).bold()+"</a>")
      document.write("</td><tr>")
      }
      //document.write("<tr><td align='center'><a href= javascript:ds1('http://www.himachal.nic.in')><img border='0' src='./logohp_1.jpg'></a></td></tr>")
      document.write("<tr align='center' bgcolor=\"#ccccff\"><td nowrap>")
      document.write("<a href= javascript:ds1('"+hlink[14]+"') >"+message[14].fontsize(3).bold()+"</a>")
      document.write("</td><tr>")
      document.write("<tr bgcolor=\"#ccccff\"><td align='center'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='./welcome.asp'><img border=0 src='./logo_home.jpg'></a></td></tr>")
      document.write("<tr><td align='center'><a href= javascript:ds1('http://india.gov.in')><img border='0' src='./India Logo.gif'></a></td></tr>") 
     //document.write("</h1>")
      document.write("</table>")

 }