function Escribir_colores() { 
writeLayer('SPcamiseta','')
writeLayer('SPpantalon','')
writeLayer('SPmedia','')
writeLayer('PREU1','61,50€')  
writeLayer('PREU2','46,10€')  
writeLayer('SPAN_MODELO','NIKE NIKE 5 CHECK')
return
}

function iniciar() { 
cargarimagenes();
displayProducts(0,1,0);
displayProducts(0,2,0);
displayProducts(0,3,0);
return;
}


var modelo = 'NIKE 5 CHECK'  
var total=64.50
var precio1=86.10  
var tallamit= "S-M-L" 
var tallas_equip = "S,M,L,XL,XXL" 
var numerotallas = 5 
var esconjunt = 1 

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;




			arr_ProductImages1[0] ="../../imatges/imatgesprod/equipacions/NIKE09/326555-611.jpg"; 
			arr_ProductColor1[0] ="Rojo - Negro"; 
			arr_ProductUrls1[0]  = "326555-611";
			arr_ProductTallas1[0]  ="S-M-L-XL-XXL"; 

			arr_ProductImages1[1] ="../../imatges/imatgesprod/equipacions/NIKE09/326555-010.jpg"; 
			arr_ProductColor1[1] ="Blanco - Negro"; 
			arr_ProductUrls1[1]  ="326555-010"; 
			arr_ProductTallas1[1]  ="S-M-L-XL-XXL"; 



 			arr_ProductImages2[0] ="../../imatges/imatgesprod/equipacions/NIKE09/194137-010.jpg"; 
			arr_ProductUrls2[0]  = "194137-010";
			arr_ProductColor2[0] = "Negro - Blanco";
			arr_ProductTallas2[0]  ="S-M-L-XL-XXL";

 			arr_ProductImages2[1] ="../../imatges/imatgesprod/equipacions/NIKE09/194137-649.jpg"; 
			arr_ProductUrls2[1]  = "194137-649"; 
			arr_ProductColor2[1] ="Rojo - Blanco";
			arr_ProductTallas2[1]  ="S-M-L-XL-XXL";
			
 			arr_ProductImages2[2] ="../../imatges/imatgesprod/equipacions/NIKE09/194137-100.jpg";
			arr_ProductUrls2[2]  ="194137-100";
			arr_ProductColor2[2] = "Blanco - Negro"; 
			arr_ProductTallas2[2]  ="S-M-L-XL-XXL";

 
						
			arr_ProductImages3[0] ="../../imatges/imatgesprod/equipacions/NIKE09/237186-010.jpg";
			arr_ProductUrls3[0]  ="237186-010";
			arr_ProductColor3[0] = "Negro - Blanco"; 

			arr_ProductImages3[1] ="../../imatges/imatgesprod/equipacions/NIKE09/237186-648.jpg"; 
			arr_ProductUrls3[1]  ="237186-648"; 
			arr_ProductColor3[1] ="Rojo - Blanco"; 

			arr_ProductImages3[2] ="../../imatges/imatgesprod/equipacions/NIKE09/237186-100.jpg"; 
			arr_ProductUrls3[2]  ="237186-100"; 
			arr_ProductColor3[2] ="Blanco - Negro"; 



 