function summary_video(obj)
{
   var str = 'всего видео — '+obj.totalFiles+', длит-ть — '+obj.totalTime;
   document.open();
   document.write(str);
   document.close();
}