function PopupMe(pagesent,sidno,level){
myleft=(screen.width)?(screen.width-650)/2:100;mytop=(screen.height)?(screen.height-400)/2:100;
settings='top=' + mytop + ',left=' + myleft + ',width=650,height=400,location=no,directories=no,menubar=no,toolbar=no,status=no,scrollbars=yes,resizable=no,fullscreen=no'
if (level == 1) {lev = "1Standard/"; } else { lev = ""; };
pagename=lev+'eventdetail.php?page=' + pagesent + '&' + sidno;
PopupWin=window.open(pagename,'PopupWin', settings);}

