var fDesc=new Array(); fDesc[0] = "School Organizer is a useful software which turns your home computer to a assistant in organizing your time. Now you will not forget the date with your girlfriend, or to prepare yourself for a difficult class. You could also, write a personal diary and put here pictures, change fonts, colors! You could write down an important note only with a single mouse click."; 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 = ''; } }