function Escribir_colores() { 
writeLayer('SPcamiseta','Blanco')
writeLayer('SPpantalon','Negro')
writeLayer('SPmedia','Negro')
writeLayer('PREU1','25,10€')
writeLayer('PREU2','18,80€')
writeLayer('SPAN_MODELO','PUMA DEEP')
return
}

function iniciar() { //v3.0
cargarimagenes();
displayProducts(0,1,1);
return;
}

var modelo = 'DEEP'
var total= 18.80
var precio1= 25.10
var tallamit= "S-M-L"
var tallas_equip = "L,XL"
var numerotallas = 2
var esconjunt = 1

var tallasam = new Array()
tallasam[0] = "L"
tallasam[1] = "XL"

var tallapan = new Array()
tallapan[0] = "L"
tallapan[1] = "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/PUMA07/09051001-TU.jpg";
			arr_ProductColor1[0] ="Turquesa";
			arr_ProductUrls1[0]  ="09051001-TU";
			arr_ProductTallas1[0]  ="";

			arr_ProductImages1[1] ="../../imatges/imatgesprod/equipacions/PUMA07/09051001-BL.jpg";
			arr_ProductColor1[1] ="Blanco";
			arr_ProductUrls1[1]  ="09051001-BL";
			arr_ProductTallas1[1]  ="L-X";

			arr_ProductImages1[2] ="../../imatges/imatgesprod/equipacions/PUMA07/09051001-VI.jpg";
			arr_ProductColor1[2] ="Vino";
			arr_ProductUrls1[2]  ="09051001-VI";
			arr_ProductTallas1[2]  ="L-X";
			
			arr_ProductImages2[0] ="../../imatges/imatgesprod/equipacions/PUMA07/09051001-TU.jpg";
			arr_ProductColor2[0] ="A. Marino";
			arr_ProductUrls2[0]  ="09051001-TU";
			arr_ProductTallas2[0]  ="";

			arr_ProductImages2[1] ="../../imatges/imatgesprod/equipacions/PUMA07/09051001-BL.jpg";
			arr_ProductColor2[1] ="A. Marino";
			arr_ProductUrls2[1]  ="09051001-BL";
			arr_ProductTallas2[1]  ="L-X";

			arr_ProductImages2[2] ="../../imatges/imatgesprod/equipacions/PUMA07/09051001-VI.jpg";
			arr_ProductColor2[2] ="Blanco";
			arr_ProductUrls2[2]  ="09051001-VI";
			arr_ProductTallas2[2]  ="L-X";
			
			arr_ProductImages3[0] ="../../imatges/imatgesprod/equipacions/PUMA07/09051001-TU.jpg";
			arr_ProductColor3[0] ="A. Marino";
			arr_ProductUrls3[0]  ="09051001-TU";
			
			arr_ProductImages3[1] ="../../imatges/imatgesprod/equipacions/PUMA07/09051001-BL.jpg";
			arr_ProductColor3[1] ="Blanco";
			arr_ProductUrls3[1]  ="09051001-BL";
			
			arr_ProductImages3[2] ="../../imatges/imatgesprod/equipacions/PUMA07/09051001-VI.jpg";
			arr_ProductColor3[2] ="Vino";
			arr_ProductUrls3[2]  ="09051001-VI";
			