function play_video(id){
  new LITBox('/films/show/' + id, 
       {type:'window', 
        overlay:true, 
        height:395, 
        width:425, 
        resizable:false, 
        opacity:1});
  
  // new LITBox('http://www.prizebook.com/media/banner468x60-1.swf',
  // {type: 'flash', 
  //  height:100, 
  //  width:480, 
  //  flashheight:60,
  //  draggable:false, 
  //  flashwidth:468, 
  //  overlay:true, 
  //  resizable:false});
  
}