var fDesc=new Array(); fDesc[0] = "FlashMessage is a handy tool that help you rapidly copy the message to where you want to paste. It allows you quickly paste your message to the text in an e-mail, document, chat room conversation and blog from the software.
- easy to paste the message
- Save your time
- quickly paste your message to the text in an e-mail, document, chat room conversation and blog.
- Very easy and friendly interface."; 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 = ''; } }