function displayVideo(el,html)
{
   el.innerHTML=html;
}

