   function windowTitle(letter) { 
      parent.document.title="Burgenland Bunch Surname Pages (Surnames " + letter +")";
   }
/* 
   call this by placing the following line in the HTML 
   instead of the raw javascript text (above)
   
   <script language="JavaScript" src="../CommonFiles/windowTitle.js"></script>
*/