<!--
function newWindow2(newContent)
{
  x=(screen.width/2)-286;
  y=(screen.height/2)-190;
  winContent = window.open(newContent, 'nextWin', 'left='+x+', top='+y+', width=572, height=380, toolbar=no, scrollbars=no, resizable=yes');
  winContent.window.focus();
}
// -->