<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML>
<HEAD>
<META NAME="Generator" CONTENT="Reality">
<TITLE>Image Anchor Example A</TITLE>
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
IMAGE_1off = new Image;
IMAGE_1off.src = "/servlet/realityis/test/REALWEB-ITEMS/Arrow1.gif";
IMAGE_1on = new Image;
IMAGE_1on.src = "/servlet/realityis/test/REALWEB-ITEMS/Arrow2.gif";
IMAGE_1down = new Image;
IMAGE_1down.src = "/servlet/realityis/test/REALWEB-ITEMS/Arrow3.gif";
function img_act(imgName) {imgOn = eval(imgName + "on.src"); document[imgName].src = imgOn;}
function img_inact(imgName) {imgOff = eval(imgName + "off.src"); document[imgName].src = imgOff;}
function img_down(imgName) {imgDown = eval(imgName + "down.src"); document[imgName].src = imgDown;}
IMAGE_2off = new Image;
IMAGE_2off.src = "/servlet/realityis/test/REALWEB-ITEMS/Arrow1.gif";
IMAGE_2on = new Image;
IMAGE_2on.src = "/servlet/realityis/test/REALWEB-ITEMS/Arrow2.gif";
IMAGE_2down = new Image;
IMAGE_2down.src = "/servlet/realityis/test/REALWEB-ITEMS/Arrow3.gif";
IMAGE_3off = new Image;
IMAGE_3off.src = "/servlet/realityis/test/REALWEB-ITEMS/Arrow1.gif";
IMAGE_3on = new Image;
IMAGE_3on.src = "/servlet/realityis/test/REALWEB-ITEMS/Arrow2.gif";
IMAGE_3down = new Image;
IMAGE_3down.src = "/servlet/realityis/test/REALWEB-ITEMS/Arrow3.gif";
IMAGE_4off = new Image;
IMAGE_4off.src = "/servlet/realityis/test/REALWEB-ITEMS/Arrow1.gif";
IMAGE_4on = new Image;
IMAGE_4on.src = "/servlet/realityis/test/REALWEB-ITEMS/Arrow2.gif";
IMAGE_4down = new Image;
IMAGE_4down.src = "/servlet/realityis/test/REALWEB-ITEMS/Arrow3.gif";
</SCRIPT>
</HEAD>
<BODY>
<H3>
RealWeb Examples
</H3>
<P>
<A HREF="/servlet/reality/test/WELCOME" TARGET="right" onMouseOver="img_act('IMAGE_1')" onMouseOut="img_inact('IMAGE_1')" onMouseDown="img_down('IMAGE_1')" onMouseUp="img_act('IMAGE_1')"><IMG SRC="/servlet/realityis/test/REALWEB-ITEMS/Arrow1.gif" BORDER=0 ALT="Image anchor" NAME="IMAGE_1"></A>
RW_START_HTML_PAGE<BR>
<A HREF="/servlet/reality/test/PARA_S" TARGET="right" onMouseOver="img_act('IMAGE_2')" onMouseOut="img_inact('IMAGE_2')" onMouseDown="img_down('IMAGE_2')" onMouseUp="img_act('IMAGE_2')"><IMG SRC="/servlet/realityis/test/REALWEB-ITEMS/Arrow1.gif" BORDER=0 ALT="Image anchor" NAME="IMAGE_2"></A>
RWS_PARA<BR>
<A HREF="/servlet/reality/test/DIV_S" TARGET="right" onMouseOver="img_act('IMAGE_3')" onMouseOut="img_inact('IMAGE_3')" onMouseDown="img_down('IMAGE_3')" onMouseUp="img_act('IMAGE_3')"><IMG SRC="/servlet/realityis/test/REALWEB-ITEMS/Arrow1.gif" BORDER=0 ALT="Image anchor" NAME="IMAGE_3"></A>
RWS_DIV<BR>
<A HREF="/servlet/reality/test/IMAGE1" TARGET="right" onMouseOver="img_act('IMAGE_4')" onMouseOut="img_inact('IMAGE_4')" onMouseDown="img_down('IMAGE_4')" onMouseUp="img_act('IMAGE_4')"><IMG SRC="/servlet/realityis/test/REALWEB-ITEMS/Arrow1.gif" BORDER=0 ALT="Image anchor" NAME="IMAGE_4"></A>
RW_IMAGE
</P>
</BODY>
</HTML>