Actually, here (highlighted red) is where it means that the title (header) will be 'JavaScript Kit':
Code:
<a href="http://www.javascriptkit.com" onMouseover="showit(0)">JavaScript Kit</a> | <a href="http://freewarejava.com" onMouseover="showit(1)">Freewarejava</a><br>
To use an image instead, replace it with an image tag for your "self made picture":
Code:
<a href="http://www.javascriptkit.com" onMouseover="showit(0)"><img src="my_header_01.gif" border="0"></a> | <a href="http://freewarejava.com" onMouseover="showit(1)">Freewarejava</a><br>
Bookmarks