var nifty_little_window = null;
function gateKeeper() {
nifty_little_window = window.open('list.htm', 'Window', 'width=500,height=40,resizable=1');
}