function Escribir_colores() { 
writeLayer('SPcamiseta','Blanco')
writeLayer('SPpantalon','Negro')
writeLayer('SPmedia','Negro')
writeLayer('PREU1','26,65€')
writeLayer('PREU2','20,00€')
writeLayer('SPAN_MODELO','PUMA TAKO')
return
}

function iniciar() { //v3.0
cargarimagenes();
displayProducts(0,1,1);
return;
}

var modelo = 'TAKO'
var total= 20.00
var precio1= 26.65
var tallamit= "S-M-L"
var tallas_equip = "S,M,L,XL"
var numerotallas = 4
var esconjunt = 1

var tallasam = new Array()
tallasam[0] = "S"
tallasam[1] = "M"
tallasam[2] = "L"
tallasam[3] = "XL"

var tallapan = new Array()
tallapan[0] = "S"
tallapan[1] = "M"
tallapan[3] = "L"
tallapan[4] = "XL"

 arr_ProductImages1 = new Array();
 arr_ProductColor1 = new Array();
 arr_ProductUrls1 = new Array();
 arr_ProductTallas1 = new Array();
 counter_Product1 = new Array(1);
 counter_Product1[0] = 0;

 arr_ProductImages2 = new Array();
 arr_ProductColor2 = new Array();
 arr_ProductUrls2  = new Array();
 arr_ProductTallas2 = new Array();
 counter_Product2 = new Array(1);
 counter_Product2[0] = 0;

 arr_ProductImages3 = new Array();
 arr_ProductColor3 = new Array();
 arr_ProductUrls3   = new Array();
 counter_Product3 = new Array(1);
 counter_Product3[0] = 0;

 arr_TecImages = new Array();
 arr_TecUrls   = new Array();
 counter_Tec = new Array(1);
 counter_Tec[0] = 0;

 <!-- fill the arrays for products from iterateThroughView iterator -->

			arr_ProductImages1[0] ="../../imatges/imatgesprod/equipacions/PUMA09/09090102-BL.jpg";
			arr_ProductColor1[0] ="Blanco - Granate";
			arr_ProductUrls1[0]  ="09090102-BL";
			arr_ProductTallas1[0]  ="S-M-L-XL";

			arr_ProductImages1[1] ="../../imatges/imatgesprod/equipacions/PUMA09/09090102-AM.jpg";
			arr_ProductColor1[1] ="Amarillo - Negro";
			arr_ProductUrls1[1]  ="09090102-AM";
			arr_ProductTallas1[1]  ="S-M-L-XL";

			arr_ProductImages1[2] ="../../imatges/imatgesprod/equipacions/PUMA09/09090102-MA.jpg";
			arr_ProductColor1[2] ="A. Marino - Celeste";
			arr_ProductUrls1[2]  ="09090102-MA";
			arr_ProductTallas1[2]  ="S-M-L-XL";
			
			
			arr_ProductImages2[0] ="../../imatges/imatgesprod/equipacions/PUMA09/09090102-BL.jpg";
			arr_ProductColor2[0] ="Blanco - Granate";
			arr_ProductUrls2[0]  ="09090102-BL";
			arr_ProductTallas2[0]  ="S-M-L-XL";

			arr_ProductImages2[1] ="../../imatges/imatgesprod/equipacions/PUMA09/09090102-AM.jpg";
			arr_ProductColor2[1] ="Amarillo - Negro";
			arr_ProductUrls2[1]  ="09090102-AM";
			arr_ProductTallas2[1]  ="S-M-L-XL";

			arr_ProductImages2[2] ="../../imatges/imatgesprod/equipacions/PUMA09/09090102-MA.jpg";
			arr_ProductColor2[2] ="A. Marino - Celeste";
			arr_ProductUrls2[2]  ="09090102-MA";
			arr_ProductTallas2[2]  ="S-M-L-XL";
	
	
			arr_ProductImages3[0] ="../../imatges/imatgesprod/equipacions/PUMA07/09070105-AM.jpg";
			arr_ProductColor3[0] ="Amarillo";
			arr_ProductUrls3[0]  ="09070105-AM";
			
			arr_ProductImages3[1] ="../../imatges/imatgesprod/equipacions/PUMA07/09070105-NA.jpg";
			arr_ProductColor3[1] ="Naranja";
			arr_ProductUrls3[1]  ="09070105-NA";
			
			arr_ProductImages3[2] ="../../imatges/imatgesprod/equipacions/PUMA07/09070105-RO.jpg";
			arr_ProductColor3[2] ="Rojo";
			arr_ProductUrls3[2]  ="09070105-RO";
			