//========================================================
//	Application	:	 Librairie JavaScript pour Dynalis
//	File		:	dynalis.js
//	Author		:	Korto
//	Date		:	26/07/99
//	Description	:	Fonctions Javascript 
//=========================================================
		
		/*** Declaration des variables locales ***/
	
		if (document.images) {
		
			var tempId;
			var img_off = new Array();
			var img_on = new Array();
						
			img_off[0] = new Image();
			img_off[0].src = "images/pix_trans.gif";
									
			img_on[0] = new Image();
			img_on[0].src = "images/t_rouge2.gif";
			img_on[1] = new Image();
			img_on[1].src = "images/triangle.gif";
									
		}	

//====================================================================