 function show_video(id)
 {
   window.open('video.php?id='+id,'mywindow','width=550,height=510'); 
 }
