var fDesc=new Array(); fDesc[0] = "ALSee is a user-friendly and convenient image viewer and photo editor. It mainly consists of two great features; ALSee Image Viewer and ALSee Photo Editor. ALSee Image Viewer is a sophisticated image browser that anybody can use without learning. You can view any pictures with ALSee Image Viewer. ALSee Photo Editor is a simple photo editor that has only core functions you need. There is no feature bloat that nobody uses or understands."; 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 = ''; } }