
function crayon_cancel_event(e){if(e==null&&window.event){e=window.event;}
if(e.target==null&&e.srcElement){e.target=e.srcElement;}
if(!e.preventDefault){e.preventDefault=function(){this.returnValue=false;};}
e.cancelBubble=true;e.preventDefault();if(e.stopPropagation)e.stopPropagation();return(false);}
function crayonover(e,p){if(e.className=="crayon"){document.body.style.cursor="crosshair";}}
function crayonout(e,p){if(e.className=="crayon"){document.body.style.cursor="default";}}
function crayonclick(e,p){var x=document.getElementsByTagName('span');var crayon=2;for(i=0;i<x.length&&crayon==2;++i){if(x[i].className=="crayon")
crayon=0;if(x[i].className=="crayoff")
crayon=1;}
if(crayon==0){crayon_cancel_event(e);var url='/extenso/fr/index.sn?sn_p=t&'+p;var w=screen.width;var h=screen.height;var popw=w-200;var poph=h-200;var l=(w-popw)/2,t=(h-poph)/2;var w=window.open(url,'extenso',"left="+l+",top="+t+",width="+popw+"+,height="+poph+",fullscreen=no,scrollbars=yes,resizable=yes");}
return false;}
