var cfFunctionsUrl="/mxFunctions.cfm";var proposalSort="";String.prototype.isDate=function(){return/^\d{1,2}[\/]\d{1,2}[\/]\d{2,4}$/.test(this)};String.prototype.isTime=function(){return/^\d{1,2}[:]\d{2}$/.test(this)};String.prototype.isNumeric=function(){return/^\d+$/.test(this)};String.prototype.formatNumber=function(){a=this;while(/(\d+)(\d{3})/.test(a)){a=a.replace(/(\d+)(\d{3})/,"$1,$2")}return a};Element.addMethods({addChild:function(d,c,b){var e=Object.extend($(document.createElement(c)),b||{});$(d).appendChild(e);return e},removeChildren:function(b){b=$(b);$A(b.childNodes).each(function(c){b.removeChild(c)});return b}});function setupMouseovers(){$A($$("img[hsrc|dsrc]","input[type=image][hsrc|dsrc]")).each(function(c){c.n=new Image();c.n.src=c.src;var b=c.getAttribute("hsrc");if(b!=null&&!b.blank()){c.h=new Image();c.h.src=b;c.observe("mouseover",function(){this.src=this.h.src}.bindAsEventListener(c));c.observe("mouseout",function(){this.src=this.n.src}.bindAsEventListener(c))}var d=c.getAttribute("dsrc");if(d!=null&&!d.blank()){c.d=new Image();c.d.src=d;c.observe("mousedown",function(){this.src=this.d.src}.bindAsEventListener(c));c.observe("mouseup",function(){this.src=this.n.src}.bindAsEventListener(c))}})}function showWindow(b){b=$(b).show();$A(b.ancestors()).invoke("show");document.getElementsByClassName("contentWindow",b).invoke("show")}function showMenu(b){document.getElementsByClassName("navigation").invoke("hide");$(b).show()}function invokeAllWindows(b){document.getElementsByClassName("contentWindow").invoke(b)}function showAllViewWindows(b){invokeAllWindows("hide");$A(document.getElementsByClassName("contentWindow",$(b))).each(function(c){if(c.id.indexOf("VIEW_")>-1){showWindow(c)}})}function showAllSections(){invokeAllWindows("hide");$A(document.getElementsByClassName("contentWindow")).each(function(b){if(b.hasClassName("parentWindow")){b.setStyle({position:"static"})}if(b.id.indexOf("VIEW_")>-1){showWindow(b)}})};