
	ENGLISH IS NOT MY NATIVE LANGUAGE - FORGIVE MY ERRORS!

	TODO LIST AND WISHES:
	
#.	Functions are "brute force" and slow - optimizations are required
	Specially, the technique used to scan parents in tree structure.
	   
#.  There is a lot of space to do improvements and considerations in this
    "basic code skeleton". Any enhacement or different smart technique can
	be very valuable to add speed or more functionality or smarter code.
	
#.  Yes, I know, this code is not an OO example. I wrote this fast and in an
    on the fly basis with no analisys in advance. Well, it's written....and 
	works (slow for long lists). I made some optimizations and improvements
	to get a better and usefull program. I hope to be better.
	
#.  It would be nicer if Icons could be "CUSTOMIZED" instead of hard coded.

#.  Better RegExps are required to avoid icon mismatch. I notice a lot of
    mismatches with those I coded. Remember WE DONT HAVE FILES TO USE MAGIC
	NUMBERS, we must identify in the list and sometimes numbering schemes 
	can be very confuse.

#.  The main Icon is a lazy one. `Inspired' from RedHat icon.