
function xycoord(x,y) {
 if (navigator.appName == "Netscape")
    {document.arrow.top = y; document.arrow.left = x} else
    {document.all.arrow.style.top = y; document.all.arrow.style.left = x}
}



















