
	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.
	
#. 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). Some optimizations
   resulted in a more usefull program. I hope to be better.
	
#. Better RegExps are required to avoid icon mismatch. I notice some
   mismatches with those I coded. Remember WE DONT ALWAYS HAVE FILES TO USE
   MAGIC NUMBERS, we must identify in the list and sometimes numbering schemes 
   can be very confuse.
