var fDesc=new Array(); fDesc[0] = "Mosaic Converter is a computer software use to design and create mosaic picture, which can be applied to a variety of work such as Mosaic tiles, Card stunt, Cross stitch. Software has the ability to design an original image. Users will be able to design an original image as needed. The ability to insert images, text, geometric shapes and independently on the original image that you want. You can forward it to the image converter to convert original image to the mosaic (reduction color image) of the selected colors."; 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 = ''; } }