﻿// JScript File


//====================================================================
  function signIn()
   {
     document.getElementById("Div2").style.display = "block";
    
   }
    function createrSignIn()
    {
     document.getElementById("Div2").style.display = "none";
     window.location="docs/CreateId.aspx";
    }
    function abortSignIn()
    {
      document.getElementById("Div2").style.display = "none";
      window.location="docs/AddMemberOne.asp?flag=fresh_loading";
    }
    function cancel()
   {
     document.getElementById("Div2").style.display = "none";
    
   }
//====================================================================
// function taxArticles()
//   {
//     document.getElementById("Div1").style.display = "block";
//    
//   }
//    function creater()
//    {
//     document.getElementById("Div1").style.display = "none";
//     window.location="docs/LatestUploads.html";
//    }
//    function abort()
//    {
//      document.getElementById("Div1").style.display = "none";
//      
//    }
//==========================================================
 function memberId()
   {
     document.getElementById("Div3").style.display = "block";
    
   }
    function createrMemberId()
    {
     document.getElementById("Div3").style.display = "none";
     window.location="docs/MemberIdRecovery.aspx";
    }
    function abortMemberId()
    {
      document.getElementById("Div3").style.display = "none";
      
    }
    //=======================================================================
    function displayQueryResponse()
    {
     document.getElementById("Div4").style.display = "block";
    
    }
    function abortQueryResponse()
    {
     document.getElementById("Div4").style.display = "none";
    
    }
    //========================================================
    function loadVatconcept()
    {
    window.location = "http://www.vatconcept.com/docsvat/QueryReply/QueryResponse.aspx";
    
    }