<!--
IvaInfoRows1 = 5;
IvaInfoRows2 = 5;
IvaInfoRows3 = 5;

IvaInfoValue1 = "In Italy a value-added tax (VAT) is applied.\nIgnore the next field.";
IvaInfoValue2 = "In European Union the value-added tax (VAT) is applied only to people not in possession of VAT code.\nSelect below your position.\nCadWare disclaims all responsibility in case of false declaration from the buyer.";
IvaInfoValue3 = "No value-added tax (VAT) is applied.\nIgnore the next field.";

// Valore: 0=No Iva, P.Iva facoltativa; 1=Si Iva, P.Iva obbligatoria; 2=Si Iva, P.Iva facoltativa
IvaSelect1 = new Array();
IvaSelect1[0] = new data_combo("- Not utilized field -","1");

IvaSelect2 = new Array();
IvaSelect2[0] = new data_combo("I certify to be liable to pay value-added tax (VAT)","1");
IvaSelect2[1] = new data_combo("I certify NOT to be liable to pay value-added tax (VAT)","0");

IvaSelect3 = new Array();
IvaSelect3[0] = new data_combo("- Not utilized field -","0");


//-->

