function popWindow(link)
{
  myWindow = window.open(link,'popup','width=900,height=800,scrollbars=yes');
  myWindow.moveTo(0,0);
}

