Since v32 each furniture collection has it's own little icon. This is where you'll see all of them.
$handle = opendir(dirname(realpath(__FILE__)).'/catalogueicons/');
while($file = readdir($handle)){
if($file !== '.' && $file !== '..'){
echo '

';
}
}
?>
include("menu.php"); ?>