/* ---------------------------------------------------------------------------------------------

 *
 * History
 * ---------------------------------------------------------------------------------------------
 * Date         User                Description
 * ---------------------------------------------------------------------------------------------

 * ---------------------------------------------------------------------------------------------
 */
 
 
/*
* Function pop-up
*/
function popup(url,w,h) {
            var dim = eval('"width=' + w + ',height=' + h + ',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,top=50,left=150"');
            Npop = window.open(url,"pop",dim);
		}
        
/*
*Fonction pour les mouse over des menus
*/

function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}



	
