Furniture National Center of Expertise (FNCOE)
Revision as of 08:43, 17 September 2024 by Alexandrine.menard (talk | contribs)
Furniture National Center of Expertise (FNCOE) Français - English
<script> //TABS collapse $(".collapsibletab").append("+ ");
$(".collapsibletab").click(function() { $(this).addClass( "active" ); if($(this).next().is(':visible')){ $(this).find(".cshow").html("+"); $(this).next().slideUp('slow'); } else { $(this).find(".cshow").html("-"); $(this).next().slideDown('slow'); } }); </script> |