var Selq=0;
    function Show(s)
    {
        //ht = document.getElementsByTagName("html");
	    //ht[0].style.filter = "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
        document.getElementById(s).style.visibility='visible';
       
    }
    function Hide(s)
    {
        //ht = document.getElementsByTagName("html");
	    //ht[0].style.filter = "";
        document.getElementById(s).style.visibility="hidden";
       
    }
    function SetFocusTo(ob)
    {
        document.aspnetForm.ob.focus();
    }
    function Hhint()
    {
              
        if (Selq==1)
        {
            document.aspnetForm.ctl00_q.value="";
        }
        else
        {
            document.aspnetForm.ctl00_q.value="";
        }
       Selq++; 
    }
    
    function Shint()
    {
      
    }
    function SetSubmit() {
        if (window.event.keyCode == 13)
             {
               document.aspnetForm.ctl00_ContentPlaceHolder1_Send.focus();
              //WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(&quot;ctl00$ContentPlaceHolder1$Send&quot;, &quot;&quot;, true, &quot;&quot;, &quot;&quot;, false, false));
             }
    }

    function KK()
    {
        if (window.event.keyCode == 13)
             {
               document.aspnetForm.ctl00__btnSearch.focus();
              
             }    
        
    }
    function ChangeBG(i)
    {
       document.getElementById(i).style.backgroundColor='#e6e6fa';     
    }
    
    function ResetBG(i)
    {
       document.getElementById(i).style.backgroundColor='transparent';     
    }