
function OpenWin(URL,width,height,nom)
{
	window.open(URL,nom,"toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=" + width + ",height=" + height + ",resizable=no");
}

function OpenWin2(URL,width,height,nom)
{
	window.open(URL,nom,"toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=" + width + ",height=" + height + ",resizable=yes");
}

function launchPlayer()
{
	window.open("http://cache.yacast.fr/V4/rtl/rtl_launch_nv.html","RTL","width=468,height=256,toolbar=no,menubar=no,resizable=no,location=no,directories=no,status=no,scrollbars=no,copyhistory=no"); 
}

function OpenPopUp(URL,width,height,nom)
{
	window.open(URL,nom,"toolbar=yes,location=yes ,status=no,menubar=yes,scrollbars=yes,width=" + width + ",height=" + height + ",resizable=yes");
}

function WinPopUp(valeur)
{
	window.open(valeur,'BonneFête','scrollbars=no, toolbar=no, width=420, height=400, resizable=no, left=1, top=0');
}

function verif_case(id_case)
{
	var obj=document.getElementById(id_case);
	if(obj.checked!=true)
	{
		alert("Vous devez accepter les conditions générales de ventes pour passer à l'étape suivante.");
		return false;
	}
	return  true
}

function verif_champ(id_case)
{
	var obj=document.getElementById(id_case);
	if(obj.value=="")
	{
		alert("Vous devez remplir les valeurs de configuration des blocs commandés.");
		return false;
	}
	alert("Vous devez remplir les valeurs de configuration des blocs commandés.");
	return  true
}

function detectEntry()
{
    alert("Your name is " + textbox.value)
}
