var fDesc=new Array(); fDesc[0] = "Wildbach enhances you with stunning visuals of a river on your desktop. The calendar is freeware and can be applied to your desktop for nice graphics and beautiful scenery. The calendar will provide you with the current day of the month in the up right side of the screen."; 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 = ''; } }