function newWindow(page) {
  window.open(page,"new",'toolbar=1,location=0,scrollbars=1,width=800,height=550,resizable=1,top=10,left=10');
}
