function mgamesPopup() {
    w=1120; h=720;
    window.open('http://www.mgamesolutions.com/onlinepokerinfo/Poker.html','Poker','status=0,resizable=0,scrollbars=0,width='+w+',height='+h+',left='+((self.screen.width/2)-(w/2))+',top='+((self.screen.height/2)-(h/2)));
}
