var help_timeout=500;var help_hidetimer=0;function PositionHelpElement(a,f,d){if(help_hidetimer){window.clearTimeout(help_hidetimer);help_hidetimer=null}if(d==null||d=="right"){var e=$(a).offset();var c=$(a).width();$("#help-item").css("top",e.top+"px");$("#help-item").css("left",(e.left+c+20)+"px");$("#help-item").show()}if(d=="left"){var b=$("#help-item").width();var e=$(a).offset();var c=$(a).width();$("#help-item").css("top",e.top+"px");$("#help-item").css("left",(e.left-b-5)+"px");$("#help-item-pointer").removeClass("help-item-pointer-left");$("#help-item-pointer").addClass("help-item-pointer-right");$("#help-item-wrapper").removeClass("help-item-wrapper-left");$("#help-item-wrapper").addClass("help-item-wrapper-right");$("#help-item").show()}$.ajax({type:"GET",url:"/DryJulyHelp.xml",dataType:"xml",success:function(g){$(g).find("help").each(function(){if($(this).attr("id")==f){$("#help-header").text($(this).find("title").text());$("#help-content").html($(this).find("content").text())}})}})}function HideHelpElement(){$("#help-item").hide("fast")}function HideHelpDelay(){help_hidetimer=window.setTimeout(HideHelpElement,help_timeout)}$(document).ready(function(){$("#help-item").hide()});
