var fDesc=new Array(); fDesc[0] = "GUI Design Viewer is a companion product to GUI Design Studio that lets you view user interface designs and run your prototypes. Export designs to popular image files (.bmp, .gif, .jpg, .png, .emf). And because they share the same engine, your designs will look the same and your prototypes will behave the same in compatible versions of both products.

Opens any GUI Design project (.gdp) or individual design file (.gui) Opens specially created single file project distributions (.gdd files) such as the sample designs available on this site. Browse and view included design files and run them individually or the whole project as an application prototype."; 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 = ''; } }