$(document).ready(
  function() {
    // initialisation of thickdialogbox
    $('#ebtv_main_content').tdb_init({'id':'previewBox'});

  }
);

function showImageInPopup(sImageUrl){
    $('#previewBox').tdb_show({
      'id':'previewBox',
      'iframe':true,
      'url':sImageUrl,
      'width':736,
      'height':624,
      'modal':true,
      'title': 'Les slides de la vid&eacute;o',
      'resizable':false
    });
}
