A text link popup information script in a frame using the
OnMouseOver function. You can define the size of the frameset, and include any HTML code inside the content area of
the frame window.
1) Insert these two scripts in the <HEAD> section of the page.
2) Insert the following HTML code in the <BODY>
section where you want the menu links to appear in the page.
3) insert
the onLoad event handler inside the <BODY> tag as follows:
<body
onLoad="initheadl()",
followed by other tags such as bgcolor, etc..
4) Define the style and the content to appear inside
the frameset in this section of the HTML code. Each box has an ID for the menu
(a id=menu0, etc..) and an ID for the information itself (span id=news0, etc..).
They should balance, i.e. two boxes will have two of each defined.