// JavaScript Document retester

//Fonction pour lien video pour bouton submit sans toolbar etc..
function createTarget(t){
window.open("", t, "width=520,height=300");
return true;
}


//Pour lien href besoin de windowResize ds Videos.php et avec tool bar etc..
function submitform()
{
  document.Vid_Form.submit();
  window.open("", t, "width=520,height=300");
return true;
}

