var XmlHttpCommunicatorMarket=CreateFeederService();function OnChangeMarketCountry(a){if(XmlHttpCommunicatorMarket.IsProcessing()){return}a=parseInt(a);if(a==0){return}Element.select($("market_filter_location"),"input","select").invoke("disable");XmlHttpCommunicatorMarket.OnComplete=function(b){Element.extend($("market_placectrl_container")).update(b.Text);Element.select($("market_filter_location"),"input","select").invoke("enable")};XmlHttpCommunicatorMarket.MakeCall("MarketPlaceControl",{CountryId:a})}function SetImageSrc(a,b){if(!(a=$(a))){return}a.src=b};
