function player(id){
var left = (screen.width-620)/2;
var top = (screen.height-420)/2;
window.open("tv/index.php?id="+id, "gallery_hfa","top="+top+",left="+left+",width=620,height=420,resizable=no,toolbar=no,location=no,directories=no,status=no,menubar=no");
}
