function high(param1){

theobject=param1

highlighting=setInterval("highlightit(theobject)",10)

}

function low(param1){

clearInterval(highlighting)

param1.filters.alpha.opacity=35

}

function highlightit(param2){

if 

(param2.filters.alpha.opacity<100)

param2.filters.alpha.opacity+=15

else if (window.highlighting)

clearInterval(highlighting)

}


function rf(){ return false } 
function oimg(){ im=simg.style;
if(event.srcElement.id=='img'){ im.left=event.x-3;
im.top=event.y-3;
}
}
document.write("<img id=simg style='position:absolute;z-index:1000; background:transparent' width=5 height=5>");
document.onmousemove=oimg;
document.onmouseover=oimg;

if(document.layers || (window.captureEvents && !(document.all))){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=rf;
self.blur() 
}

else if (window.captureEvents){
document.write("<input type=Text style='visibility:hidden;position:absolute' id=ht onblur='this.focus()'>");
ht.focus(); }
else if(document.all)