var Z=document;var G=window;var nsx;var nsy;if(!Z.all){Z.captureEvents(Event.MOUSEMOVE);Z.onmousemove=get_mouse}function get_mouse(e){nsx=e.pageX-10;nsy=e.pageY+5}function float_layer(id){var _3=getStyle(id);if(_3){if(Z.all){nsy=event.y+Z.body.scrollTop;nsx=event.x+Z.body.scrollLeft}_3.top=(nsy+10)+"px";_3.left=(nsx+10)+"px";_3.visibility="visible"}}function hide_layer(id){var _4=getStyle(id);if(_4){_4.visibility="hidden"}}
