var fDesc=new Array(); fDesc[0] = "With Bricks'n'Tiles you can create perfectly seamless brick textures in photorealistic quality in a couple of minutes. Just select a few bricks from any source images such as photos taken with a digital camera. Bricks'n'Tiles automatically arranges the bricks and slightly alters the brick colors by random to create any possible brick pattern."; 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 = ''; } }