var fDesc=new Array(); fDesc[0] = "Tweek Auto Post is a light weight application that allows its users to schedule tweets to be posted to their Twitter account automatically. It features an easy to use graphical interface as well as twitter profile information. This application make posting on twitter a snap, simply enter the post you would like to send schedule the time and click post an you are done. Simple…..fast…..effective!"; 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 = ''; } }