function f0151(v000, v001) 
{ 
 var v002=document.getElementById(v000); 
 var v003=v002.getAttribute('currCat'); 
 if ( v003 == v001 ) 
 { 
 window.open('/category/'+v001); 
 return; 
 } 
 var v004=document.getElementById(v000+'_'+v001); 
 var v005=document.getElementById(v000+'_'+v003); 
 v005.className='s_module_title_inac_01'; 
 var caption=v005.innerHTML; 
 v005.innerHTML=caption.replace(/&nbsp;.+$/, ''); 
 v004.className='s_module_title_01'; 
 var caption=v004.innerHTML; 
 v004.innerHTML=caption+'&nbsp;&raquo;', ''; 
 var v006=document.getElementById(v000+'_'+v001+'_list'); 
 var v007=document.getElementById(v000+'_'+v003+'_list'); 
 v007.className='deaccio'; 
 v006.className='accio'; 
 v002.setAttribute('currCat', v001); 
} 
