ImageVue: error on the descriptions PHP/FLASH

Hi and Thank you for any help,

I have this interface (sample of a working interface: http://65.30.161.109/imagevue/admin/) to write descriptions in the pictures from my website but my problem (I think) is that this interface can read only the files (pictures) in a second level folder:

_root–>Level1\Level2\pictures.jpeg

and the pictures in my website are in a 3rd level

_root–>Level1\Level2\Level3\pictures.jpeg

Now I need to modify my PHP files to have access to this 3rd level and write descriptions for the pictures inside. I will post the script of the PHP files or I can send you the files by mail

Thank you very much in advance
Lobo

NOTES:
*~here you can download the php files:~
*http:// 138.188.237.103/test/admin.zip

I don’t know if the script ADMIN try to find a folder inside the root called CONTENT because I change the name of this folder because the script by default work like this


_root–>content\groupfolder1\imagefolder1\pictures.jpeg
_root–>content\groupfolder1\imagefolder2\pictures.jpeg
_root–>content\groupfolder2\imagefolder1\pictures.jpeg
_root–>content\groupfolder2\imagefolder2\pictures.jpeg

and now I make this:

_root–>BrandA\ProductA\retail\pictures.jpeg
_root–>BrandA\ProductA\commercial\pictures.jpeg
_root–>BrandA\Productb\retail\pictures.jpeg
_root–>BrandA\Productb\commercial\pictures.jpeg

_root–>BrandB\ProductA\retail\pictures.jpeg
_root–>BrandB\ProductA\commercial\pictures.jpeg
_root–>BrandB\Productb\retail\pictures.jpeg
_root–>BrandB\Productb\commercial\pictures.jpeg