// JavaScript Document
function actionRedirection(){
    top.location.href=urlFlash;
    //document.getElementById('footerwidth').innerHTML = 'Redirection flash : <b><a href="' + urlFlash + '" target="_blank">' + urlFlash + '</a></b>';
}

function perteFocus(){
    this.blur();
}

