Index: other/sdk/headfoot.js =================================================================== diff -u -N --- other/sdk/headfoot.js (revision 3e1186252ab31f63d86d86c4b0ff593cfffbefde) +++ other/sdk/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 Software Development Kit Documentation
"); - document.write("
"); - document.write( text ); - document.write("
"); - document.write("

"); -} - -function footer() -{ - document.write("
"); - document.write("
"); - document.write("
Copyright � 2004 Ixen Gerthannes.
"); - document.write("
"); - document.write("
"); -} \ No newline at end of file