function displayvideo (id) {
    var url = "popup-video.php?id="+id;

    window.open(url,"mywindow1","status=1,width=400,height=400");
}
