var fDesc=new Array(); fDesc[0] = "Spacer is small plugin designed to allow you to add empty space between buttons or menu items. You can adjust the size of empty space. Also you can select the picture to show it as separator. You can customize context menu by creating your own templates for context menu. Context menus can be different for buttons, virtual folders, plugins and empty space of menus."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }