
function Escribir_colores() { 
writeLayer('SPcamiseta','')
writeLayer('SPpantalon','')
writeLayer('SPmedia','')
writeLayer('PREU1','61,50€')
writeLayer('PREU2','45,75€')
writeLayer('SPAN_MODELO','NIKE CLUB GOALIE')
return
}

function iniciar() { //v3.0
cargarimagenes();
displayProducts(0,1,0);
prendaunica = 1

	for (tal=1;tal<=numerotallas;tal++)
	{
		eval("document.UserForm.TALLAPAN" + tal + ".disabled=true")
		eval("document.UserForm.TALLAMIT" + tal + ".disabled=true")
	}

return;
}

var modelo = 'CLUB GOALIE'
var total= 45.75
var precio1= 61.50
var tallamit= "S-M-L"
var tallas_equip = "S,M,L,XL,XXL"
var numerotallas = 5
var esconjunt = 0

var tallasam = new Array()
tallasam[0] = "XS"
tallasam[1] = "S"
tallasam[2] = "M"
tallasam[3] = "L"
tallasam[4] = "XL"
tallasam[5] = "XXL"

var tallapan = new Array()
tallapan[0] = "S"
tallapan[1] = "M"
tallapan[2] = "L"
tallapan[3] = "XL"
tallapan[4] = "XXL"

 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/NIKE10/329370-809.jpg";
			arr_ProductColor1[0] ="Naranja - Negro";
			arr_ProductUrls1[0]  ="329370-809";
			arr_ProductTallas1[0]  ="XS-S-M-L-XL-XXL";

			arr_ProductImages1[1] ="../../imatges/imatgesprod/equipacions/NIKE10/329370-060.jpg";
			arr_ProductUrls1[1]  ="329370-060";
			arr_ProductColor1[1] ="Gris - Negro";
			arr_ProductTallas1[1]  ="XS-S-M-L-XL-XXL";
			
			arr_ProductImages1[2] ="../../imatges/imatgesprod/equipacions/NIKE10/329370-703.jpg";
			arr_ProductUrls1[2]  ="329370-703";
			arr_ProductColor1[2] ="Amarillo - Negro";
			arr_ProductTallas1[2]  ="XS-S-M-L-XL-XXL";
		
 			arr_ProductImages1[3] ="../../imatges/imatgesprod/equipacions/NIKE10/329370-375.jpg";
			arr_ProductUrls1[3]  ="329370-375";
			arr_ProductColor1[3] ="Verde - Blanco";
			arr_ProductTallas1[3]  ="XS-S-M-L-XL-XXL";

		
	

