var fDesc=new Array(); fDesc[0] = "Gift-O-Mat: ePix Calendar Publisher allows you to create software calendars for Windows. All you have to do is to select 12 of your favorite images, enter your name, copyright information, calendar title, and a logo to be linked to your website. Program is basically made of two tabs. One that includes your basic personal (or business) information like name, copyright information and a website link. The other offers you 12 placeholders to be linked with selected images for each month."; 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 = ''; } }