<!--
	if(!document.getElementById) {
		if (!document.all) { document.all = document.layers; }
		function mygetelement(mElmt) {
			if( ! document.all[mElmt].style ) {
				document.all[mElmt].style = document.all[mElmt];
			}
			return document.all[mElmt];
		}
		document.getElementById = mygetelement;
	}

	function showTxtCadre() {
		document.getElementById('tcadre').style.visibility = 'visible';
	}

	function popCV() {
		options = 'top=100,left=100,screenX=100,screenY=100,width=500,height=450,location=no,toolbar=no,directory=no,copyhistory=no,resizable=no,scrollbars=yes';
		popLinkWin = window.open('cv.php','POPCVMOTEX',options);
		popLinkWin.focus();
	}

//-->