/*---------- Copyright 2011 Neotek Limited (http://www.neotek.co.nz). All rights reserved. -----------*/
function catvisible(visible,counter){if(counter==null){counter=0;}if(counter<10){try{top.categoryvisible(visible);}catch(ex){setTimeout('catvisible('+visible+','+ ++counter+')',500);}}}
