/*===LAST MODIFIED: NOV 28 '08=================*/
/*=============================================*/
function viewMoreInfo(t,r,m) {//t=self reference; r=event row ID; m=event member ID
    var ww=screen.width;
    var hh=screen.height;
    var isWW=(ww/2)-360;
    var isHH=(hh/2)-300;
    window.open('modules/view_event.php?rowid='+r+'&eventmemberid='+m,'',config='width=720,height=600,scrollbars=yes,statusbar=no,left='+isWW+',top='+isHH+',resizable=0');
    
}