<%@LANGUAGE="VBSCRIPT"%> <% Dim MembersRecords1 Dim MembersRecords1_numRows Set MembersRecords1 = Server.CreateObject("ADODB.Recordset") MembersRecords1.ActiveConnection = MM_connIVA_STRING MembersRecords1.Source = "SELECT * FROM members_list" MembersRecords1.CursorType = 0 MembersRecords1.CursorLocation = 2 MembersRecords1.LockType = 1 MembersRecords1.Open() MembersRecords1_numRows = 0 %> IVA Online
IVA Online
Activity Sectors Historic Objectives Meetings Members Area Members List Contact Us
INTERNATIONAL VAT ASSOCIATION CONSTITUTION

   .: ARTICLES OF ASSOCIATION :. 

The Constitution has now been replaced by our legal Articles of Association
Please refer to the Private section of the website to view or download.
Available in French or English

FRENCH
                                                           ENGLISH

 
 
Copyright ©2000 by ivaonline. All rights reserved
Search our website:
 


[ home ] [ activity sectors ] [ historic objective ] [ meetings ] [ members area ] [ members list ] [ contact details ]
web site hosted by Northern Monkey Creative Media
<% MembersRecords1.Close() Set MembersRecords1 = Nothing %>