function fncAoE(strPage,idExpertise) {
	if (idExpertise!='') {
		document.location.href = strPage + '?id=' + idExpertise + '&p=overview&r=1'
	} 
}
