function valider() {
	document.getElementById("form").submit();

}


function afficher(thingId1,thingId2,node) {
	if(node == 2){
	document.getElementById('ongletdef').className = "inactive";
	document.getElementById('ongletsyn').className = "active";	
	}else{
	document.getElementById('ongletdef').className = "active";
	document.getElementById('ongletsyn').className = "inactive";	
	}
	var targetElement1;
	var targetElement2;
	targetElement1 = document.getElementById(thingId1) ;
	targetElement2 = document.getElementById(thingId2) ;
	targetElement1.style.display = "block" ;
	targetElement2.style.display = "none" ;
}


function mentions() 
{
   window.open("mentions.html","Mentions légales ColoriGO","menubar=no, status=no, scrollbars=yes, width=660, height=500");
}

function cgv() 
{
   window.open("colorigocgv.html","CGV ColoriGO","menubar=no, status=no, scrollbars=yes, width=660, height=500");
}

function concours() 
{
   window.open("concours.html","Concours Colorigo","menubar=no, status=no, scrollbars=no, width=508, height=508");
}

function video() 
{
   window.open("/video/index.html","Vidéo Merci ColoriGO","menubar=no, status=no, scrollbars=no, location=no, resizable=no, width=500, height=403");
}
