
function afficherInfoBulle(id) {

    opacity(id, -1, 80, 30);

	//setTimeout("masquerInfoBulle('" + id + "')", 20000);
    return true;

}

function masquerInfoBulle(id) {

    opacity(id, -1, 0, 10);
    return true;

}
