var fDesc=new Array(); fDesc[0] = "Calendars and time management tools are some of the most common programs on the market these days. Their core functionality is fairly similar, the only difference being their design and minor features that make them unique and interesting for the end user. So if you've been shopping around for a calendar that clearly stands out from the crowd and enthusiastically shares your excitement with all things otherworldly, you simply must check out Dark Calendar! Dark Calendar is a calendar application with a gothic twist."; 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 = ''; } }