		// GOOGLE 
		var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
		document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

		try {
		var pageTracker = _gat._getTracker("UA-1696900-12");
		pageTracker._trackPageview();
		} catch(err) {}
		
		// Fiche Livre
	    function showhide(obj) {
			var el = document.getElementById(obj);
			if ( el.style.display != 'none' ) {
				$('#'+ obj).hide('fast');
			}
			else {
				$('#'+ obj).show('slow');
			}
		}
		// Rubrique	
		function ouvrir_art(frame) {
		     for (i=1; i<=3; i++) {
			 	if(document.getElementById("art-" + i)){
					$("#art-" + i).hide('fast');	
			 	}
			 }
			 $("#art-" + frame).show();
		 } 	