
function show_hide_box_xGS4UXI(boxtoshowhide,buttontoswitch)
{if(typeof boxtoshowhide=='string')
boxtoshowhide=document.getElementById(boxtoshowhide);if(typeof buttontoswitch=='string')
buttontoswitch=document.getElementById(buttontoswitch);if(boxtoshowhide.style.display=='block')
{buttontoswitch.src='/rsc/d298a2c2a7c3babb7e67db2a64aecc38.gif';buttontoswitch.alt='Montrer';boxtoshowhide.style.display='none';}
else
{buttontoswitch.src='/rsc/85a707c610ec74b10276a057f2d52c16.gif';boxtoshowhide.style.display='block';buttontoswitch.alt='Cacher';}}