function newWnd(href) {
  infWnd = window.open(href, 'NewWindow', 'toolbar=no,directories=no,menubar=no,scrollbars=yes,width=455,height=400,resizable=yes');
  infWnd.focus();
}

function closeIt() {
  close();
}


