function setTooltip(b,a){$(b).hide();$(a).observe("click",function(){tipToggle(b)})}function tipToggle(b,a){$(b).toggle()};
