function charge_promo()
{

window.open('http://www.laplanetebleue.com/bientot.php','','menubar=no, status=no, scrollbars=no, menubar=no, width=800, height=600');
}

function OnChange(dropdown)
{
	var myindex = dropdown.selectedIndex
	var baseURL  = "/emission-"
	top.location.href = baseURL + dropdown.options[myindex].value;
    
	return true;
}

function protect() {
	alert("Image protge"); // ici message en cas de clic droit sur images
return false;
}

function warn() {
	if(document.images)
	for(i=0;i<document.images.length;i++)
	document.images[i].oncontextmenu = protect;
}

window.onload=warn;

// Player CreaCast

function startPlayerRadio( url )
{
	rad = window.open( url,'name','width=361,height=111' );
	if( window.focus ) { rad.focus(); }
}
function sf(){
		document.getElementById('trouve').focus();
}
