var fDesc=new Array(); fDesc[0] = "HomyFads Wardrobe Manager is an easy-to-use software for you to categorize, browse, comment and search your collections of apparel and accessories. It helps you keep all your clothing collections in sight, allowing you to always easily select the most appropriate items from your wardrobe to fit your vision."; 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 = ''; } }