var fDesc=new Array(); fDesc[0] = "Visual Designer is more than an advanced GPU & CPU photo realistic renderer, it has a unique set of features to handle all the aspects of your creation. It will save a significant amount of time and let you concentrate on refining your designs & arts aesthetics. With the power to handle all the look variations, you can explore more options and ultimately arrive at better decisions. With its PBR (Physically Based Rendering) system, you create stunning images that reflect the reality and convincingly communicate your ideas."; 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 = ''; } }