var fDesc=new Array(); fDesc[0] = "MiniCal allows you to clearly arrange view for your appointments and tasks. MiniCal shows your events splitted into today, next seven days, more in this month and next month so you always can see what is important and what comes up next. Also you can add appointments and tasks directly within miniCal and order the views by selecting the categories."; 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 = ''; } }