|
|
FRAMESET PAGE: |
|
<SCRIPT LANGUAGE="JavaScript"> <!--// if (document.images) { toc1on = new Image(66, 107); toc1on.src = "4.gif";
toc1off = new Image(66, 107);
toc2on = new Image(66, 107);
toc2off = new Image(66, 107);
function img_act(imgName)
function img_inact(imgName)
</HEAD>
<FRAMESET>
|
|
LEFT FRAME: |
|
<a href="#" onMouseover="top.img_act('toc1')" onMouseout="top.img_inact('toc1')"><img src=1.gif width=107 height=66 border=0 name="toc1" alt="Image"></A>
<a href="#" onMouseover="top.img_act('toc2')" onMouseout="top.img_inact('toc2')">MouseOver Text</A>
|
|
RIGHT (THIS) FRAME: |
|
<a href="#" onMouseover="top.img_act('toc1')" onMouseout="top.img_inact('toc1')"><img src=1.gif width=107 height=66 border=0 name="toc1" alt="Image"></A>
<a href="#" onMouseover="top.img_act('toc2')" onMouseout="top.img_inact('toc2')"><img src=5.gif width=107 height=66 border=0 name="toc2" alt="Text"></A>
|
|
More code HERE |