    var putItThere = null;     var chasm = screen.availWidth;    var mount = screen.availHeight;    function BoostersMembers_popup() {      var w = 700;      var h = 780;      putItThere=open('docs/BoostersMembers06.htm?topmenu=no','win1',                          'width=' + w +                       ',height=' + h +                                           ',scrollbars=1' +                                            ',left=' + ((chasm - w - 10) * .5) +                                           ',top=' + ((mount - h - 30) * .5)                       );//                                          ',scrollbars=1' +//                                          ',resizable=1');      }  function golfcommittee_popup() {    var w = 400;    var h = 220;    putItThere=open('golfcommittee.html?topmenu=no','win1',                        'width=' + w +                                     ',height=' + h +                                         ',left=' + ((chasm - w - 10) * .5) +                                         ',top=' + ((mount - h - 30) * .5)                     );//                                        ',scrollbars=1' +//                                        ',resizable=1');  }    function golfcommittee06_popup() {    var w = 350;    var h = 350;    putItThere=open('golfcommittee06.html?topmenu=no','win1',                        'width=' + w +                                     ',height=' + h +                                         ',left=' + ((chasm - w - 10) * .5) +                                         ',top=' + ((mount - h - 30) * .5)                     );//                                        ',scrollbars=1' +//                                        ',resizable=1');  }    function calendarsummary_popup() {    var w = 750;    var h = 500;    putItThere=open('docs/Upcoming-Events.html','win1',                        'width=' + w +                                     ',height=' + h +                                         ',left=' + ((chasm - w - 10) * .5) +                                         ',top=' + ((mount - h - 30) * .5) +                                        ',scrollbars=1' +                                        ',resizable=1');  }//                                        ',scrollbars=1' +//                    );    function gcalendar_popup() {    var w = 850;    var h = 750;    putItThere=open('GCalendar.html','win1',                        'width=' + w +                                     ',height=' + h +                                         ',left=' + ((chasm - w - 10) * .5) +                                         ',top=' + ((mount - h - 30) * .5) +                                        ',scrollbars=1' +                                        ',resizable=1');  }    function budgetpiedoc_popup() {    var w = 900;    var h = 700;    putItThere=open('docs/budget-pie05sm.doc','win1',                        'width=' + w +                                     ',height=' + h +                                         ',left=' + ((chasm - w - 10) * .5) +                                         ',top=' + ((mount - h - 30) * .5) +                                        ',scrollbars=1' +                                        ',resizable=1');  }    function budgetpiejpg_popup() {    var w = 900;    var h = 700;    putItThere=open('images/budget-pie05.jpg','win1',                        'width=' + w +                                     ',height=' + h +                                         ',left=' + ((chasm - w - 10) * .5) +                                         ',top=' + ((mount - h - 30) * .5)										);  }//                                        ',scrollbars=1' +//                                        ',resizable=1'