		function test_unicode() {	alert('Vous \u00EAtes d\u00E9j\u00E0 identifi\u00E9.') ;}	function go_back() {	//alert(history.length)	if (history.length == 1) {		window.close() ;	}	else	{		history.go(-1) ;	}}//var e = null ;function setFocusOn(e){e.focus() ;return ;}function windowClose() {	window.close() ;}//"javascript:windowOpen('/meri/search_cim.html','670','560')"var winNew = null ;function windowOpen(url,w,h) {	src = url ;	if ( (winNew == null) || (winNew.closed) ) {		winNew = window.open (src,'','fullscreen=no,resizable=yes,status=no,scrollbars=yes,toolbar=no,menubar=yes') ;		winNew.resizeTo (w,h) ;//		winNew.moveTo ((800-w)/2,0) ;	}	else {		winNew.document.close() ;		winNew.document.open() ;		winNew.location = src ;	}	winNew.focus() ;	return ;	}