/*
JavaScript Unleashed, Third Edition
by Richard Wagner and R. Allen Wyke
ISBN: 067231763X
Publisher Sams CopyRight 2000
+---------+----------------+-------------------------------------------------+
Type Item Description
+---------+----------------+-------------------------------------------------+
Method
+---------+----------------+-------------------------------------------------+
handleEvent() This method invokes the handler for the specified
event. This method was added in JavaScript 1.2.
+---------+----------------+-------------------------------------------------+
Property
+---------+----------------+-------------------------------------------------+
border Width of border around the image.
+---------+----------------+-------------------------------------------------+
complete Tells you if the image has finished loading.
+---------+----------------+-------------------------------------------------+
height Height of the image.
+---------+----------------+-------------------------------------------------+
hspace Padding on left and right of the image.
+---------+----------------+-------------------------------------------------+
lowsrc Alternate image for low-resolution displays.
+---------+----------------+-------------------------------------------------+
name Name of the image.
+---------+----------------+-------------------------------------------------+
src URL of the image.
+---------+----------------+-------------------------------------------------+
vspace Padding on top and bottom of the image.
+---------+----------------+-------------------------------------------------+
width Width of the image.
+---------+----------------+-------------------------------------------------+
*/
|