
function Escribir_colores() { 
writeLayer('SPcamiseta','')
writeLayer('SPpantalon','')
writeLayer('SPmedia','')
writeLayer('PREU1','51,25€')
writeLayer('PREU2','38,45€')
writeLayer('SPAN_MODELO','NIKE PARK III 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 = 'PARK III GOALIE'
var total= 38.45
var precio1= 51.25
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] = "S"
tallasam[1] = "M"
tallasam[2] = "L"
tallasam[3] = "XL"
tallasam[4] = "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/361122-703.jpg";
			arr_ProductColor1[0] ="Amarillo - Negro";
			arr_ProductUrls1[0]  ="361122-703";
			arr_ProductTallas1[0]  ="S-M-L-XL-XXL";

			arr_ProductImages1[1] ="../../imatges/imatgesprod/equipacions/NIKE10/361122-010.jpg";
			arr_ProductUrls1[1]  ="361122-010";
			arr_ProductColor1[1] ="Negro - Plata";
			arr_ProductTallas1[1]  ="S-M-L-XL-XXL";

			arr_ProductImages1[2] ="../../imatges/imatgesprod/equipacions/NIKE10/361122-075.jpg";
			arr_ProductUrls1[2]  ="361122-075";
			arr_ProductColor1[2] ="Plata - Negro";
			arr_ProductTallas1[2]  ="S-M-L-XL-XXL";

 			arr_ProductImages1[3] ="../../imatges/imatgesprod/equipacions/NIKE10/361122-302.jpg";
			arr_ProductUrls1[3]  ="361122-302";
			arr_ProductColor1[3] ="Verde - Negro";
			arr_ProductTallas1[3]  ="S-M-L-XL-XXL";

			arr_ProductImages1[4] ="../../imatges/imatgesprod/equipacions/NIKE10/361122-406.jpg";
			arr_ProductUrls1[4]  ="361122-406";
			arr_ProductColor1[4] ="Azul - Negro";
			arr_ProductTallas1[4]  ="S-M-L-XL-XXL";

 			arr_ProductImages1[5] ="../../imatges/imatgesprod/equipacions/NIKE10/361122-698.jpg";
			arr_ProductUrls1[5]  ="361122-698";
			arr_ProductColor1[5] ="Burdeos - Negro";
			arr_ProductTallas1[5]  ="S-M-L-XL-XXL";	
			
			arr_ProductImages1[6] ="../../imatges/imatgesprod/equipacions/NIKE10/361122-827.jpg";
			arr_ProductUrls1[6]  ="361122-827";
			arr_ProductColor1[6] ="Naranja - Negro";
			arr_ProductTallas1[6]  ="S-M-L-XL-XXL";		

