function navWindow(goget, name){
      window.open(goget,name,'width=1070,height=600,top=10,left=10,' +
      'directories=yes,status=yes,menubar=yes,toolbar=yes,' +
      'scrollbars=yes,location=yes,resizable=yes');

}