

/*      Stats popup window      */

   function PopUp_links()

   {
    var ScreenWidth=window.screen.width;
    var ScreenHeight=window.screen.height;
    var movefromedge=0;
    placementx=(ScreenWidth/2)-((200)/2);
    placementy=(ScreenHeight/2)-((300+50)/2);
    var PopUpUrl="links/index.php"
    WinPop=window.open(PopUpUrl,"","width=270,height=330,toolbar=0,location=0,directories=0,status=0,scrollbars=0,menubar=0,resizable=0,left="+placementx+",top="+placementy+",screenX="+placementx+",screenY="+placementy+",");

   }



