$E.on($D.getElementsByClassName('bz-less','a','bz-categoryList'),'click',function()
{doLessAnimation(YAHOO.lang.JSON.parse(this.rel).id);});$E.on($D.getElementsByClassName('bz-more','a','bz-categoryList'),'click',function()
{doMoreAnimation(YAHOO.lang.JSON.parse(this.rel).id);});function doMoreAnimation(id){$D.addClass($('bz-category-ul-'+id),'bz-expanded');$D.addClass($('bz-category-caret-'+id),'bz-categoryList-caret-expanded');}
function doLessAnimation(id){$D.removeClass($('bz-category-ul-'+id),'bz-expanded');$D.removeClass($('bz-category-caret-'+id),'bz-categoryList-caret-expanded');}
if(typeof(foundCat)!='undefined'&&foundCat&&typeof(isProductQuestion)=='undefined'){$('bz-ab-breadcrumb').innerHTML+=completePath;if(selectedTopic&&selectedTopic!=""){$D.addClass($("bz-category-child-"+selectedTopic),'bz-category-child-selected')}}
if(typeof(isProductQuestion)!='undefined'){$D.addClass($('bz-breadcrumb'),"bz-ab-product-question-breadcrumb");}
