function popup(target, commands) {
        if(!commands) commands = 'width=650,height=900,top=20,left=20,scrollbars=yes,resizable=yes';
        var foo = window.open(target, 'Popup', commands);
    }