var fDesc=new Array(); fDesc[0] = "GUI Design Studio is a code-free, drag and drop user interface design and prototyping tool for creators of web, desktop, mobile, and embedded software applications. You can use this program to design mock-ups and create project proposals. It comes with more than 120 design elements to help you speed-up your projects. You can create your own set of commonly used elements, and groups of elements for reuse.

GUI Design Studio is also available in an Express variant with lower price."; 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 = ''; } }