/* JavaScriptCompressor 0.8 [www.devpro.it], thanks to Dean Edwards for idea [dean.edwards.name] */
var cs_prive=window.location.pathname.match(
/\/ecrire\/$/)!=null;jQuery.fn.cs_todo=function(){return this.not(
'.cs_done'
).addClass(
'cs_done'
);};var sommaire_sel=
'div.cs_sommaire_titre_avec_fond, div.cs_sommaire_titre_sans_fond'
;
function cs_sommaire_init(){jQuery(sommaire_sel,this)
.cs_todo()
.click(function(){jQuery(this).toggleClass(
'cs_sommaire_replie'
)
.next().toggleClass(
'cs_sommaire_invisible'
)
return false;});}
function cs_sommaire_cookie(){if(typeof jQuery.cookie!=
'function'
) return;var replie=jQuery.cookie(
'cs_sommaire'
);jQuery.cookie(
'cs_sommaire'
,null);if (Number(replie))
jQuery(sommaire_sel).eq(0).addClass(
'cs_sommaire_replie'
)
.next().toggleClass(
'cs_sommaire_invisible'
);jQuery(window).bind(
'unload'
,function(){jQuery.cookie(
'cs_sommaire'
,Number(jQuery(sommaire_sel).eq(0).is(
'.cs_sommaire_replie'
)));});}
var cs_init=function(){cs_sommaire_init.apply(this);
if(!cs_prive) jQuery(
"a.spip_out,a.spip_url,a.spip_glossaire"
,this).attr(
"target"
,
"_blank"
);}
if(typeof onAjaxLoad==
'function'
) onAjaxLoad(cs_init);if(window.jQuery){var cs_sel_jQuery=typeof jQuery(document).selector==
'undefined'
?
'@'
:
''
;var cs_CookiePlugin=
"plugins/jquery_192/javascript/jquery.cookie.js"
;jQuery(document).ready(function(){if(jQuery(
"div.cs_sommaire"
).length){
jQuery(
"div.decoupe_haut"
).css(
"display"
,
"none"
);
if(cs_CookiePlugin) jQuery.getScript(cs_CookiePlugin,cs_sommaire_cookie);}
cs_init.apply(document);});}
