i think here are some of your problems:
<script language="JavaScript" src="/library/toolbar/toolbar.js"></script>
<script language="JavaScript" src="/library/toolbar/en-us/globalMNP.js"></script>
<script language="JavaScript" src="/library/toolbar/en-us/localMNP.js"></script>
<script language="JavaScript">drawToolbar();</script>
<script language="JavaScript" src="/library/homepage/include/hpmain.js"></script>
those source files (eg: toolbar.js, globalMNP.js, etc) are the JavaScript files that the HTML file will read .... the problem is you don't have those files with you... (if you try the page with netscape, you'll see those files are missing..... if you're using msie you will only see there's an error w/ the page without any more details....)
not really a direct solution, but look for some simpler examples (plus you can learn some cooler stuffs) over
here and
here
and btw, a much simpler way to do that is you onMouseOver and onMouseOut on JavaScript
🙂
-462-