var fDesc=new Array(); fDesc[0] = "FotoWorks XL 2018 is a simple photo editing tool. It provides a set of image editing and printing functions for custom-made photo albums, photo cards, photo calendars, or for the printing of photos in standard sizes. Also included is a photo collage maker. Batch processing routines are available for exposure compensation or recording error correction."; 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 = ''; } }