What you need to do is create another categories.tpl file - categories2.tpl. You can then call to both of them in your home.tpl.
In the categories.tpl file you will need to add a line:
Quote:
{if $c.order_by gt 100 and $c.order_by lt 200}
|
And, in categories2.tpl file you will need to add a line:
Quote:
{if $c.order_by gt 201 and $c.order_by lt 300}
|
Then in the Admin area ID your categories in these ranges. It will place each category to the appropriate menu.