var stoppost = 0;

function launch_Submit(){	
	if(stoppost==0){
		stoppost = 1;		
		return true;
	} else {
		return false;
	}
}

function homeShowPict(){
	
}

var couleurIndex=0;

function showDivColorNewProduct(){
	document.getElementById("DIVCOULEUR_" + couleurIndex).style.display='block';
	couleurIndex++; 
}

var tailleIndex=new Array;

for(i=0;i<30;i++){
	tailleIndex[i] = 0;
}

function showDivTailleNewProduct(indexCouleur){
	document.getElementById("DIVTAILLE_" + indexCouleur + "_" + tailleIndex[indexCouleur]).style.display='block';
	tailleIndex[indexCouleur]++;	
}
