   function popMedia(id){
    window.open("http://vampler.net/video/player.html?f="+id,"_popMedia",
                 "statusbar=no, menubar=no, resize=yes","width=320 height=240");
   }
   
   
  