<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>Change the Cursor/Mouse Location</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2 FACE="Arial">I have a kiosk application (fixed screen 800x600, no scrolling), that displays a div with a fixed position when an image map is selected.&nbsp; In the new div, there are a series of images that use onmouseover and onmouseout to chagne the image display.&nbsp; The problem I have is that the prior div (with the image map) leaves the cursor sitting over one of the mousovers when the new div loads.&nbsp; I need to programattically move the cursor to a location where it is not hovering over an image when the new div loads.</FONT></P>

<P><FONT SIZE=2 FACE="Arial">I know how I can track where the mouse is with the MOUSEMOVE event.&nbsp; Is there any way for me to change where the is through JavaScript?</FONT></P>

<P><FONT SIZE=2 FACE="Arial">-Stephen</FONT>
</P>

</BODY>
</HTML>