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