var fDesc=new Array(); fDesc[0] = "Calendar II (Terminkalender II) for Windows reminds you in time of every appointment and every birthday. Because of the fact that Calendar II is easy to use, you can enter an appointment with just one click. Calendar II has four different views where you keep the overview, whether you want to plan your holiday or when your next appointment at the hairdresser is. Calendar II comes with an integrated birthday calendar where you can enter all birthdays of friends, family, or business contacts. The birthdays are shown automatically in Calendar II."; 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 = ''; } }