// <!--function popWindowActivities(theURL) {        if (window.thePopWin) {                if (window.thePopWin.closed){                         thePopWin = open(theURL,'thePopWin','left=30,top=30,toolbar=no,location=no,directories=yes,status=no,menubar=no,scrollbars=yes,resizable,width=400,height=300');                        doneIt = 1;                } else {                        if (navigator.appVersion.indexOf("AOL") == -1) {                                window.thePopWin.focus();                                if (window.thePopWin.location != theURL) window.thePopWin.location = theURL;                        } else {                                thePopWin = open(theURL,'thePopWin','left=30,top=30,toolbar=no,location=no,directories=yes,status=no,menubar=no,scrollbars=yes,resizable,width=400,height=300');                        }                }        } else {                thePopWin = open(theURL,'thePopWin','left=30,top=30,toolbar=no,location=no,directories=yes,status=no,menubar=no,scrollbars=yes,resizable,width=400,height=300');        }}function popUp(theURL) {        if (window.thePopWin) {                if (window.thePopWin.closed){                         thePopWin = open(theURL,'thePopWin','left=30,top=30,toolbar=no,location=no,directories=yes,status=no,menubar=no,scrollbars=yes,resizable,width=550,height=500');                        doneIt = 1;                } else {                        if (navigator.appVersion.indexOf("AOL") == -1) {                                window.thePopWin.focus();                                if (window.thePopWin.location != theURL) window.thePopWin.location = theURL;                        } else {                                thePopWin = open(theURL,'thePopWin','left=30,top=30,toolbar=no,location=no,directories=yes,status=no,menubar=no,scrollbars=yes,resizable,width=550,height=500');                        }                }        } else {                thePopWin = open(theURL,'thePopWin','left=30,top=30,toolbar=no,location=no,directories=yes,status=no,menubar=no,scrollbars=yes,resizable,width=550,height=500');        }}//-->