<!-- Begin
function newWindow(url) {
var wid = screen.width;
var hei = screen.height;
var hor = 30;
var ver = 30;
  NewWindow=window.open(url,'agents','width=770,height=570,screenx='+hor+',screeny='+ver+',top='+ver+',left='+hor+',toolbar=0,toolbars=0,location=0,directories=0,dependent=no,status=0,menubar=0,scrollbar=1,scrollbars=1,resizable=1,resize=1')
}
// End -->
