﻿// JScript File


//====================================================================
 function redirectToQueryResponse()
    {
      document.getElementById("PagePreviewXYZ").style.display = "block";
      //if(confirm("Would you like to continue...") == true)
      //window.location = "docsvat/QueryReply/QueryResponse.aspx";
     //else
       //document.getElementById("PagePreviewXYZ").style.display = "none";
    }
    function creater()
    {
     document.getElementById("PagePreviewXYZ").style.display = "none";
     window.location = "docsvat/QueryReply/QueryResponse.aspx";
    }
    function abort()
    {
      document.getElementById("PagePreviewXYZ").style.display = "none";
    }
//=====================================================
    function redirectToSmallQueries()
    {
      document.getElementById("Div2").style.display = "block";
      //if(confirm("Would you like to continue...") == true)
     //window.location = "docsvat/QueryReply/SmallQueries.aspx";
    // else
      //document.getElementById("Div2").style.display = "none";
    }
   function creatertwo()
    {
     document.getElementById("Div2").style.display = "none";
      window.location = "docsvat/QueryReply/SmallQueries.aspx";
    }
    function aborttwo()
    {
      document.getElementById("Div2").style.display = "none";
    }


//=======================================================
function taxArticles()
{
    document.getElementById("Div3").style.display = "block";
      //if(confirm("Would you like to continue...") == true)
     // window.location = "docsvat/ChoiceArticle/TaxArticles.aspx";
    // else
      // document.getElementById("Div3").style.display = "none";

}
    function createrthree()
    {
     document.getElementById("Div3").style.display = "none";
     window.location = "docsvat/ChoiceArticle/TaxArticles.aspx";
    }
    function abortthree()
    {
      document.getElementById("Div3").style.display = "none";
    }
//======================================
function displayedQueries()
{
    document.getElementById("Div4").style.display = "block";
      //if(confirm("Would you like to continue...") == true)
      //window.location = "docsvat/QueryVote/DisplayedQueries.aspx";
     //else
       //document.getElementById("Div4").style.display = "none";
}
 function createrfour()
    {
     document.getElementById("Div4").style.display = "none";
     window.location = "docsvat/QueryVote/DisplayedQueries.aspx";
    }
    function abortfour()
    {
      document.getElementById("Div4").style.display = "none";
    }
//==============================================

    function redirectToVoteQuery()
    {
      document.getElementById("Div5").style.display = "block";
      //if(confirm("Would you like to continue...") == true)
      //window.location = "docsvat/QueryVote/VoteQuery.aspx";
     //else
       //document.getElementById("Div5").style.display = "none";
    }
   function createrfive()
    {
     document.getElementById("Div5").style.display = "none";
        window.location = "docsvat/QueryVote/VoteQuery.aspx";
    }
    function abortfive()
    {
      document.getElementById("Div5").style.display = "none";
    }

//=================================================

     function redirectToGstPaperOne()
    {
      document.getElementById("Div6").style.display = "block";
      //if(confirm("Would you like to continue...") == true)
      //window.location = "docsvat/GST_DiscussionPaper1_091109.pdf";
     //else
      //document.getElementById("Div6").style.display = "none";
    }
    function creatersix()
    {
     document.getElementById("Div6").style.display = "none";
     window.location = "docsvat/GST_DiscussionPaper1_091109.pdf";
    }
    function abortsix()
    {
      document.getElementById("Div6").style.display = "none";
    }
//================================================
      function redirectTotti()
    {
      document.getElementById("Div7").style.display = "block";
      //if(confirm("Would you like to continue...") == true)
      //window.location = "http://www.taxtalkindia.com";
     //else
       //document.getElementById("Div7").style.display = "none";
    }
 function createrseven()
    {
     document.getElementById("Div7").style.display = "none";
      window.location = "http://www.taxtalkindia.com";
    }
    function abortseven()
    {
      document.getElementById("Div7").style.display = "none";
    }
//==================================================
      function redirectToIdentity()
    {
      document.getElementById("Div8").style.display = "block";
      //if(confirm("Would you like to continue...") == true)
      //window.location = "docsvat/QueryReply/AddMember.aspx";
     //else
       //document.getElementById("Div8").style.display = "none";
    }
    function createreight()
    {
     document.getElementById("Div8").style.display = "none";
      window.location = "docsvat/QueryReply/AddMember.aspx";
    }
    function aborteight()
    {
      document.getElementById("Div8").style.display = "none";
    }
//====================================

   function redirectToDisclaimer()
    {
      document.getElementById("Div9").style.display = "block";
      //if(confirm("Would you like to continue...") == true)
      //window.location = "default.aspx";
     //else
     //window.close();
     //document.getElementById("Div9").style.display="none";
    }
   function creaternine()
    {
     document.getElementById("Div9").style.display = "none";
       window.location = "default.aspx";
    }
    function abortnine()
    {
      document.getElementById("Div9").style.display = "none";
    }


//==============================================
    function redirectToTutorialInvitation()
    {
      document.getElementById("Div10").style.display = "block";
      //if(confirm("Return to the vatconcept.com ...") == true)
      //window.location = "default.aspx";
     //else
     //window.close();
     //document.getElementById("Div10").style.display="none";
    }
   function createrten()
    {
     document.getElementById("Div10").style.display = "none";
       window.location = "docsvat/ChoiceArticle/ViewersArticles.aspx";
    }
    function abortten()
    {
      document.getElementById("Div10").style.display = "none";
    }

//================================================
    function redirectToPasswordSettings()
    {
      document.getElementById("Div11").style.display = "block";
      //if(confirm("Return to the vatconcept.com ...") == true)
      //window.location = "docsvat/QueryReply/AddMember.aspx";
     //else
      //document.getElementById("Div11").style.display="none";
    }
    function createreleven()
    {
     document.getElementById("Div11").style.display = "none";
      window.location = "docsvat/QueryReply/AddMember.aspx";
    }
    function aborteleven()
    {
      document.getElementById("Div11").style.display = "none";
    }
//===========================================


