function showCopy() {
  copyDetails = window.open("copyright.htm", "copyInfo", "width=400,height=200");
  copyDetails.focus();	
}



