// javascript functions for NOVA "The Big Energy Gamble" Web site
// http://www.pbs.org/nova/
// copyright (c) 2008 NOVA/WGBH Educational Foundation

// last modified 081219

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

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=860,height=680');
window.self.name = "cfl_parent";
}
