var fDesc=new Array(); fDesc[0] = "TKexe Kalender is an application that enables the creation of photo calendars of any size. Customization is very easy: position the elements by dragging them with the mouse and change the settings of any element by double-clicking it. Up to two images can be added to a month. You can rotate the images and add special effects to them. Weeks can start on Sunday or Monday and you can add your personal events."; 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 = ''; } }