// Loading all scripts ...

var ie6 = (navigator.appName == "Microsoft Internet Explorer" && parseInt(navigator.appVersion) == 4 && navigator.appVersion.indexOf("MSIE 6.0") != -1);

window.onload = function(e) {init();}

function init(){
	// Initialise le bloc pour l'affichage des actualités
	// le parametre booleen indique si l'on souhaite affiche ou non l'image associé à l'actualite
	initialiserActus(true);	
	
	// Dropdown behaviour for IE6
	if (ie6) {dropdown();}
}


