var memberBubble=document.getElementById("memberBubble");var memberBubbleContent=document.getElementById("memberBubbleContent");var overMemberLink=false;var overMemberBubble=false;var loadingImg=new Image();
loadingImg.src="/images/loading.gif";function ShowMemberBubble(c,b){overMemberLink=true;memberBubble.style.visibility="visible";var a="";a+='<div align="center">';a+='<img src="'+loadingImg.src+'" width="16" height="16" alt="Loading..." align="absmiddle" />';
a+="&nbsp;<b>Loading Profile ...</b>";a+="</div>";memberBubbleContent.innerHTML=a;memberBubble.style.left=((findPosX(b)+b.offsetWidth)-(memberBubble.offsetWidth*1.5)+13)+"px";memberBubble.style.top=(findPosY(b)+b.offsetHeight+3)+"px";
getContent("/messageboard/getProfileBubble.aspx?id="+c)}function OffMemberBubbleLink(){overMemberLink=false;CloseBubbleIfNeeded()}function OnMemberBubble(){overMemberBubble=true;CloseBubbleIfNeeded()}function OffMemberBubble(){overMemberBubble=false;
CloseBubbleIfNeeded()}function CloseBubbleIfNeeded(){if(!overMemberLink&&!overMemberBubble){setTimeout("CloseBubble()",500)}}function CloseBubble(){if(!overMemberLink&&!overMemberBubble){memberBubble.style.visibility="hidden"
}}function contentReady(a){memberBubbleContent.innerHTML=a}function jsMaxLength(e,d,a){if(document.getElementById(e).value.length>=a){var b;var c;if(window.event){b=d.keyCode}else{if(d.which){b=d.which
}}c=String.fromCharCode(b);document.getElementById(e).value=document.getElementById(e).value.substring(0,a);if(b>=32&&b<=126){alert("Input is limited to "+a+" characters, you have reached the limit.");
return false}}return true}function GetCities(){var a=Get("InputCitySearchName").value;if(a==null||a.length<=0){return}GetAjaxContent("/ajax/citytextsearch.ashx?q="+a,ShowCitiesResult)}function ShowCitiesResult(c){if(c=="ERROR"){c="Your request could not be processed at this time."
}else{if(c=="NOMATCH"){c="No matches were found for this city name.  When searching, enter the full or partial name of the city you are looking for."}}var a=Get("InputCitySearchName");var b=Get("DivCityBoardResults");
if(b==null||b==undefined){b=document.createElement("div");b.id="DivCityBoardResults";b.style.position="absolute";b.style.zIndex="100";b.style.backgroundColor="#FFFFFF";b.style.border="2px solid #252038";
b.style.padding="6px";b.style.width="250px";Get("EntityDropbox").appendChild(b)}b.style.left=(findPosX(a)-100)+"px";b.style.top=(findPosY(a)+a.offsetHeight)+"px";b.innerHTML='<div style="position: relative; float: right; font-size: 10px; font-weight: bold;"><a id="ACloseCityTextSearch" href="#" style="text-decoration: none;">Close <img src="/images/closemessage.gif" width="10" height="10" align="absmiddle" alt="Close Message" border="0" /></a></div><strong style="display: block; margin-bottom: 8px;">Search Results</strong><div style="height: 100px; overflow: auto;">'+c+"</div>";
Get("ACloseCityTextSearch").onclick=function(){Get("EntityDropbox").removeChild(b);b=null;return false};a=null}function UncollapseByName(b){var a=document.getElementsByName(b);for(var d=0,c;c=a[d];d++){c.style.display=document.all?"block":"table-row"
}};
