function out_of_gsk() { //v1.0
  alert('Attention, vous vous apprêtez à quitter le site Imagine ta santé !');
}
function video(dwURL) {
popupWin = window.open(dwURL, 'video', ',resizable=yes,width=480,height=360,left=25,top=25');
window.top.name = 'opener';
}
