function onMainMenuItemSelected(c){var d;try{d=new ActiveXObject("Microsoft.XMLDOM");d.async="false";d.loadXML(c)}catch(g){try{parser=new DOMParser();d=parser.parseFromString(c,"text/xml")}catch(g){return}}var b=d.documentElement.attributes.getNamedItem("type").nodeValue;var f=d.documentElement.attributes.getNamedItem("id").nodeValue;if(b=="category"){openProShopCategoryPage(f)}else{if(b=="brand"){openProShopBrandPage(f)}else{if(b=="balls"){openProShopCategoryPage("Balls")}else{if(b=="category_brand"){var a=f.split(":");openProShopCategoryBrandPage(a[0],a[1])}}}}};