function openTVPopup(file,width,height,scrollbars) {
  if (scrollbars == '') {scrollbars = 'no'; } window.open(file,'_blank','top=30,left=225,width='+width+',height='+height+',scrollbars='+scrollbars);
}