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

 - In penrose.svg :
	function lire()
	{
		default_dir = "Program Files/EasyPHP1-7/www/penrose/examples"
	..............

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

* Absolute URL ( with Windows XP SP2 to open popup ) suppose that SVGPenrose is in www/penrose

 - In penrose.svg :

	function callback2(data)
	{
	.........
   	   var 	param = 'width=420,height=560,toolbar=no,menubar=no,location=no,scrollbars=no,resize=no,minimize=no';
		open("http://" + svgdoc.domain + "/penrose/temp/tmp.svg","",param)
	..........
	}

	function help()
	{
		open("http://" + svgdoc.domain + "/penrose/localisation/" + language + "/help.htm","","width=700,height=500,toolbar=no,menubar=no,location=no,scrollbars=yes,resize=yes,minimize=yes")
	}

* You can add new languages :

 - Create by example directory

	localisation/spanish/

 - Put in this directory files *.txt translated in chosen language
	
	dialog.txt / fonts_dialog.txt / fonts_interface.txt / interface.txt / 
	mini_popup.txt / palette_dialog.txt / palette_interface.txt / popup.txt / tooltip.txt 

 - Put file help.htm also translated with images subdirectory

 - In penrose.svg : 

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

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