var fDesc=new Array(); fDesc[0] = "Keep all your favorite and frequently used applications, documents, files, folders and webpages, organized in any number of multi-shelf cabinets, categories and subcategories. This will definitely speed up your daily and repetitive tasks. From the patterns and colors used to fill the cabinets and shelves, to the size and position of cabinets and, of course, the different hotkeys; you can personalize everything as you like. You can make it look and feel just the way you want."; 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 = ''; } }