var fDesc=new Array(); fDesc[0] = "XtraPaster is an application that offers 36 slots for text storage, organized into four different colors (9 spaces per color). In sum, this tool provides 36 text clipboards that you can organize and control. It facilitates text editing, assists in responses to e-mail, forums and chat, stores standardized messages and signatures, keeps your daily notes and reminders, archives task lists, shopping lists etc."; 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 = ''; } }