onload=function(){fixFlash();irobotTooltip()};function irobotTooltip(){var a=$("#irobot");var b=a.position();$("<div />",{title:a.attr("alt"),style:"position: absolute; left: "+b.left+"px; top: "+b.top+"px; width: "+a.width()+"px; height: "+a.height()+"px; background: url('/ftp/img/blank.gif'); z-index: 50;"}).insertAfter(a).hover(function(){$("#irobotTooltip").stop(true,true).fadeIn(400)},function(){$("#irobotTooltip").stop(true,true).fadeOut(400)})}function fixFlash(){$("object").each(function(){$(this).find("embed").attr("wmode","opaque");var b=this.outerHTML;var a=b.replace(/<param\s+name\s*=\s*('|")wmode('|")\s+value\s*=\s*('|")window('|")\s*\/?\>/i,'<param name="wmode" value="opaque" />');$(a).insertAfter(this);$(this).remove();$("#"+this.id).css("visibility","visible")})}var _emptyTags={IMG:true,BR:true,INPUT:true,META:true,LINK:true,PARAM:true,HR:true};if(typeof HTMLElement!="undefined"){HTMLElement.prototype.__defineGetter__("outerHTML",function(){var a=this.attributes;var c="<"+this.tagName;for(var b=0;b<a.length;b++){c+=" "+a[b].name+'="'+a[b].value+'"'}if(_emptyTags[this.tagName]){return c+">"}return c+">"+this.innerHTML+"</"+this.tagName+">"})};