Hi, I am adding some stuff to my photo album and I could use some help. I would like to display something under each folder listing like the size or the number of sub directories or files.

example "photo_album/College/DormRoom/photo1.jpg"
example "photo_album/College/Parites/photo5.jpg"
example "photo_album/Family/Reunion/photo1.jpg"

My script currently displays all the second folders (the College and Family level) and I would like it to display the number of directories under it (DormRoom reunion etc) level.

The script then displays all the sub folders for that current folder. So it they clicked College it would display 2 links, DormRoom and Parites. I want that to list the size and the number of images. I would rather not go in and open every folder and file. Thanks for the help.