

function closeIt() {
  close();
}

//<SCRIPT language=JavaScript src="close_it.js"></SCRIPT>//place this link in <head> 
//and this file in the directory with the page OR just paste the script 
//above into the head with opening and closing tags like below: 
//
//
//<script language="JavaScript" type="text/JavaScript">
//function closeIt() {
//  close();
//}
//</script>
//
//
//
//close it button code - place at bottom of the page above </body> and modify button style to suit:
// (be sure to remove all the double forward slashes)
//<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>
