var lumiere="";
function onmyPause(){
//    alert('onmyPause');
}
function onmyPlaying(){
//    alert('onmyplaying');
}
function fermelightbox(){
    try{
	self.parent.tb_remove();
}catch(err){
}
try{
    tb_remove() ;
}catch(err){
}
}
function onmyPlayingg(){
    if(lumiere=="eteint"){
	return;
    }
    $("#rideaux").addClass("rideauxOuverts");
    lumiere="eteint";
    $("#rideaux").fadeIn(500);
    $("#rideaux").click(function () { 
	onmyPause();
    });
//alert("fin onmyPlaying");
    return(true);
    
}
function onmyPauseg(){
    if(lumiere=="allume"){
	return;
    }
    $("#rideaux").fadeOut(500,function(){
    $("#rideaux").removeClass("rideauxOuverts");
	lumiere="allume";
    });
//    alert("fin onMyPause");
    return(true);
}
