var fDesc=new Array(); fDesc[0] = "The Design version is great for creative types who prefer a simple user interface to access golden ratio grids, diagonals and spirals. PhiMatrix has a completely-redesigned, streamlined user interface to make composition and design quick, simple, intuitive and fun. It is recommended for artists, designers and photographers. Includes all the best and most commonly used templates and features, as well as usability enhancements. Most important of these is the ability to create unique design templates that combine grids, diagonals and spirals at the same time."; 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 = ''; } }