function ouvrirfenetre() { function delay () { setTimeout( function() { window.location = URL }, 500 ); } }