function vide_window(which_window) {
  newwin = window.open(which_window, "vide_window",'toolbar=0,location=0,directories=0,scrollbars=1,status=0,menubar=0,resizable=1,width=500,height=500');
  window.self.name = "cfl_parent";
}
