I tried putting this into my home.tpl
{* {include file="customer/treatmentTypes.tpl"} *}
then setting all the subcats I want to be greater than 500 then putting this into the treatmentTypes.tpl
{* $Id: treatmentTypes.tpl,v 1.23 2004/06/24 09:53:29 max Exp $ *}
{capture name=menu}
{section name=cat_num loop=$subcategories}
{if $categories[cat_num].categoryid >= 500}
<FONT class="CategoriesList">
{$subcategories[cat_num].category}</FONT>
{/if}{/section}
but it doesn't work. I have bought myself a php book though
Viv