 function DetailOne()
    {
       window.status="Display your particulars";
       setTimeout("window.status=''",3000);
       return true;

    }
    function DetailTwo()
    {
       window.status="Track newely uploaded material";
       setTimeout("window.status=''",4000);
       return true;

    }
    function DetailThree()
    {
       window.status="Facility for computing VAT amount, Central Sales Tax amount & Tax in cases of works contracts";
       setTimeout("window.status=''",3000);
       return true;

    }
     function DetailFour()
    {
       window.status="Web site addresses of Commercial Tax Departments of other States, High Courts & Supreme Court";
       setTimeout("window.status=''",3000);
       return true;

    }
//================================================
    function redirectToSomeWhere()
    {
       document.getElementById("Div1").style.display = "block";
//       if(confirm('Would you like to continue ...') == true)
//       window.location = "docs/contactus.html";
    }
//========================================================
    function abort()
    {
     document.getElementById("Div1").style.display = "none";
    
    }
    //========================================================
    function loadVatconcept()
    {
    window.location = "http://www.vatconcept.com/docsvat/QueryReply/QueryResponse.aspx";
    
    }
    //========================================================
    function loadContactus()
    {
     window.location = "docs/contactus.html";
    
    }