var fDesc=new Array(); fDesc[0] = "PhotoMosaique facilitates very easy and fast creation of picture mosaics. The final image comprises about a thousand tiny images (thumbnails). But, unlike other software, PhotoMosaique allows you to obtain a good result using very few pictures. However, an optimum result requires big pictures, so, with the monitor, it is inherently rather difficult to visualize the result obtained. The software is therefore intended more for printing."; 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 = ''; } }