var fDesc=new Array(); fDesc[0] = "Mockup Creator is the tool for creating mock-ups and wireframing easily. MockupCreator will help you to accelerate your products development and improve the quality of the product design. While creating your mock-up you'll get some new ideas and solutions, find missing use cases and fix your specification before the application will be implemented. As it is easy to create a mock-up or a wireframe, you can create a few variations very quickly (just copy and modify it). When you have several mockups on the screen, it'll help you to compare them, think about details of your web or desktop application and improve quality of gui. MockupCreator has an easy and clear UI, perfect learning curve. You start creating your mockups immediately and focus on your mockup.
It allows to drag & drop elements from the toolbox to the screen. Don't like to drag? Just choose an element on the toolbox and then click on the canvas. You can edit all properties in one place, just double click an element."; 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 = ''; } }