Index: other/Help/English/headfoot.js =================================================================== diff -u -N --- other/Help/English/headfoot.js (revision 3e1186252ab31f63d86d86c4b0ff593cfffbefde) +++ other/Help/English/headfoot.js (revision 0) @@ -1,24 +0,0 @@ -function header(text) -{ - document.write(""); - document.write(""); - document.write(""); - document.write(""); - document.write(""); - document.write("
"); - document.write("\"CH"); - document.write("
Copy Handler help file
"); - document.write("
"); - document.write( text ); - document.write("
"); - document.write("

"); -} - -function footer() -{ - document.write("
"); - document.write("
"); - document.write("
Copyright � 2003-2004 J�zef Starosczyk.
"); - document.write("
"); - document.write("
"); -} \ No newline at end of file