

function closeIt() {
  close();
}

//<SCRIPT language=JavaScript src="close_it.js"></SCRIPT>//
//close it button code:
//<form>
//   <div align="center">
//     <input type=button style='font-size: 12px; font-family:arial; background-color: #00CCCC; color: #000000; font-weight:bold; //border-style:groove' value="Close this Window" onClick="closeIt()" name="button">
//   </div>
//</form>