* Absolute path with Apache and php when you run application in local to explore your disk :

 - In mapping.svg :
	function lire()
	{
		default_dir = "Program Files/EasyPHP1-8/www/maps_loc/examples"
	..............
	}

	You can modify this strings if you have not this tree.

* You can add new languages :

 - Create by example directory

	localisation/spanish/

 - Put in this directory files *.txt translated in chosen language
	
	dialog.txt / interface.txt / sb_tooltip.txt / popup.txt / tooltip.txt /

 - Put file help.htm also translated with images subdirectory

 - In mapping.svg : 

	Add by example spanish in languages
		var languages = "english;french;spanish"
 

 - To run application in spanish
	
	add to URL parameter    mapping.svg?l=spanish
	