var fDesc=new Array(); fDesc[0] = "SwizzTool allows you to create personal reminders and automated tasks that can play a sound, display a message or launch a program at a specified date/time, weekday or after a countdown has elapsed. From the built in hotkey-editor you can create global hotkeys that can execute programs and alarms, hotkeys can also be set to control the volume among other things. SwizzTool also contains a memo to save notes. From this Memo you can also create new alarms and search on the Internet"; 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 = ''; } }