
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');
	}