// $Id: textfenster.js,v 1.1 2002/03/21 17:11:09 ele Exp $
function TextFenster(url)

{

   TextWindow =  window.open(url, "chronik", "width=590,height=543,scrollbars,resizable=Yes");
   TextWindow.focus();
}
