The links and images used in the dock.php header.php include files use relative
paths. This poses a problem if someone were to include them from a file in a
subdirectory. In particular, the links and images used by the include files
would be assumed to be in the same subdirectory.
This patch fixes this issue by using absolute paths instead.
The onmouseout and onmouseover attributes to the <a> tags in dock.php called
javascript functions MM_swapImage() and MM_swapImgRestore(), which appear
nowhere else on the website. Therefore, they have been removed.
Removed the body and header tags of these pages, because when are joined
by php the final document will have three times the body and the header
tags included.
Removed the width tags, to avoid the space in the right side and the
horizontal slide.
Removed the homewmaker2.png link image, because this text can be made
using formatted text.
Removed a lot of \n \r.