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");return false;}
function warn(){if(document.images)
for(i=0;i<document.images.length;i++)
document.images[i].oncontextmenu=protect;}
window.onload=warn;
