From 87fcf3bc3fd48d656fe2c7052e66cee949b62fb0 Mon Sep 17 00:00:00 2001 From: Colin Viebrock Date: Tue, 28 Jul 1998 17:40:39 +0000 Subject: [PATCH] *** empty log message *** --- include/shared-manual.inc | 8 ++++++-- include/shared.inc | 10 ++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/include/shared-manual.inc b/include/shared-manual.inc index 585ea6106..96bc6babf 100644 --- a/include/shared-manual.inc +++ b/include/shared-manual.inc @@ -153,8 +153,12 @@ function makeAddNote() { \n"; ?> -
-About
+About Notes

diff --git a/include/shared.inc b/include/shared.inc index 5af15fda4..325b5c648 100644 --- a/include/shared.inc +++ b/include/shared.inc @@ -109,6 +109,16 @@ function preloadImages() { b_up1 = new Image(); b_up1.src = "/gifs/b-up-c.gif"; + b_addnote0 = new Image(); + b_addnote0.src = "/gifs/b-addnote-p.gif"; + b_addnote1 = new Image(); + b_addnote1.src = "/gifs/b-addnote-c.gif"; + + b_abnote0 = new Image(); + b_abnote0.src = "/gifs/b-about-p.gif"; + b_abnote1 = new Image(); + b_abnote1.src = "/gifs/b-about-c.gif"; + b_bullet0 = new Image(); b_bullet0.src = "/gifs/b-bullet-p.gif"; b_bullet1 = new Image();