var fDesc=new Array(); fDesc[0] = "GardenPuzzle is a program that lets you quickly create beautiful garden designs and also visualize the results before publishing them.

This neat and powerful application offers tools for searching through extensive plant database by filtering them by size, color and requirements, for adding equipment (like benches or fences) to the design and painting surfaces (like terraces, paths or lawns)."; 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 = ''; } }