var jtip={showtip:function(c){Event.stop(c);var b=$(Event.findElement(c,"a"));if(!b)return;var a=$(b.readAttribute("rel"));if(!a)return;if(a&&a.visible())return;a.setStyle({zIndex:100}).show();a.up("li").observe("mouseleave",jtip.hidetip)},hidetip:function(b){Event.stop(b);var a=$(Event.findElement(b,"li")).down("div");a.hide();Event.stopObserving(a.up("li"),"mouseleave",jtip.hidetip);a.up("li").observe("mouseenter",jtip.showtip)}};
