var totale = 18;
var array_num = totale + 1;

var TIT01 = "Universal square four-ring binder without box";
var TIT02 = "Set of 50 protective plastic envelopes for banknotes";

var TIT = new Array(array_num)
	TIT[0] = "";
	TIT[1] = TIT01;
	TIT[2] = TIT01;
	TIT[3] = TIT01;
	TIT[4] = TIT01;
	TIT[5] = TIT01;
	TIT[6] = TIT01;
	TIT[7] = "Hole bunched sheet for 1 banknote - 10 pages set";
	TIT[8]  = "Hole bunched sheet for 2 banknotes - 10 pages set";
	TIT[9]  = "Hole bunched sheet for 3 banknotes - 10 pages set";
	TIT[10] = "Hole bunched sheet for 12 coins - 10 pages set";
	TIT[11] = "Hole bunched sheet for 20 coins - 10 pages set";
	TIT[12] = "Hole bunched sheet for 30 coins - 10 pages set";
	TIT[13] = "Hole bunched sheet for 42 coins - 10 pages set";
	TIT[14] = "Set of 100 protective thin-parchment envelopes for banknotes";
	TIT[15] = TIT02;
	TIT[16] = TIT02;
	TIT[17] = TIT02;
	TIT[18] = "Upgradable binder for polymer banknotes collection";
	
var DES01 = "Suitable for banknotes, coins, telephone cards, etc.";
var DES02 = "Protecting envelopes for paper money handling and transport, 50 pieces confection";
	
var DES = new Array(array_num)
	DES[0] = "";
	DES[1] = DES01;
	DES[2] = DES01;
	DES[3] = DES01;
	DES[4] = DES01;
	DES[5] = DES01;
	DES[6] = DES01;
	DES[7] = "Made of transparent plastic with detachable black thin cardboard background, one only partition for large banknotes. Compatible with all the standard rings binders. Set of 10 pages.";
	DES[8]  = "Made of transparent plastic with detachable black thin cardboard background, two partitions for medium-large banknotes. Compatible with all the standard rings binders. Set of 10 pages.";
	DES[9]  = "Made of transparent plastic with detachable black thin cardboard background, three partitions for small-medium banknotes. Compatible with all the standard rings binders. Set of 10 pages.";
	DES[10] = "Made of transparent plastic with detachable white thin cardboard datasheet, 3 x 4 partitions of about 5.5 x 5 cms. Compatible with all the standard rings binders. Set of 10 pages.";
	DES[11] = "Made of transparent plastic with detachable white thin cardboard datasheet, 4 x 5 partitions of about 4.5 x 4 cms. Compatible with all the standard rings binders. Set of 10 pages.";
	DES[12] = "Made of transparent plastic with detachable white thin cardboard datasheet, 5 x 6 partitions of about 3.5 x 3.5 cms. Compatible with all the standard rings binders. Set of 10 pages.";
	DES[13] = "Made of transparent plastic with detachable white thin cardboard datasheet, 6 x 7 partitions of about 2.5 x 2.8 cms. Compatible with all the standard rings binders. Set of 10 pages.";
	DES[14] = "Protecting envelopes for paper money handling and transport, 100 pieces confection.";
	DES[15] = DES02+" - MEDIUM format.";
	DES[16] = DES02+" - SMALL format.";
	DES[17] = DES02+" - BIG format.";
	DES[18] = "With contenitive and protecting pages in transparent plastic and sheets with the color specimen of each polymer banknote, country, face value and year of issue. Updatable, 4 rings, without box.";

var COL = new Array(array_num)
	COL[0] = "";
	COL[1] = "Leather";
	COL[2] = "Green";
	COL[3] = "Dark blue";
	COL[4] = "Red";
	COL[5] = "Green";
	COL[6] = "Dark blue";
	COL[7] = "-";
	COL[8]  = "-";
	COL[9]  = "-";
	COL[10] = "-";
	COL[11] = "-";
	COL[12] = "-";
	COL[13] = "-";
	COL[14] = "White";
	COL[15] = "Transparent";
	COL[16] = "Transparent";
	COL[17] = "Transparent";
	COL[18] = "Blue";	
	
var NOT = new Array(array_num)
	NOT[0] = "";
	NOT[1] = "Sold out";
	NOT[2] = "Sold out";
	NOT[3] = "Price updated";
	NOT[4] = "Sold out";
	NOT[5] = "Sold out";
	NOT[6] = "-";
	NOT[7] = "-";
	NOT[8]  = "-";
	NOT[9]  = "-";
	NOT[10] = "-";
	NOT[11] = "-";
	NOT[12] = "-";
	NOT[13] = "-";
	NOT[14] = "Sold out";
	NOT[15] = "-";
	NOT[16] = "-";
	NOT[17] = "-";
	NOT[18] = "20% discount until sold out";
