Purpose: Use Javascript to alter CSS text properties (display & visibility) to make <div>'s disappear and re-appear.
Original properties for <body>, <div id="div1">, <div id="div2"> and <div id ="div3"> are listed below.
When you move the mouse over the image, javascript function toggleVisibility() toggles the properties of <div id="div3"> between {visibility: hidden;} and {visibility: visible;}. Thus you will see (or not) the text in <div id="div3"> in the space reserved for it.