 function PopWidnow(url_pop)
    {
     var PopWidth=400;
     var PopHeight=300;
     var PopLeft = (window.screen.width-PopWidth)/2;
     var PopTop = (window.screen.height-PopHeight)/2;
     news=window.open('/legginews.asp?id='+url_pop,'News','toolbar=no,status=no,menubar=no,location=no,directories=no,resizable=no,scrollbars=no,width='+PopWidth+',height='+PopHeight+',top='+PopTop+',left='+PopLeft);
     }
