var fDesc=new Array(); fDesc[0] = "Designed from the ground up to be the ultimate tool for developers, Wakanda Studio touches on every aspect of your development cycle. Enjoy an all-inclusive experience that can potentially replace dozens of other tools. You no longer need a seperate tool to develop and visualize your data model. Edit your live model with a responsive, complete editor and apply model based data rules in an intelligent GUI. Build your layouts and views in code or utilize our handy GUI builder. You'll get stunning layouts up and running in minutes instead of hours. Drag, drop and resize widgets onto the page, and deploy with ease."; 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 = ''; } }