function PopupMe3(page){
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'
pagename='dirdetail.php?Page=' + page;
PopupWin=window.open(pagename,'PopupWin', settings);}
