var fDesc=new Array(); fDesc[0] = "The application allows you to design and develop menus for different devices.

With just a few clicks, you can develop a platform-independent menu for a web-browser from your existing Menu App for Windows PC. Because the web browser menu runs on a web browser it works on all platforms: PC, Mac, Tablets, Smartphones, USB-Stick, Smart TVs). Your menu can be loaded onto CDs, DVDs, USB-Drives and passed along, or it can be loaded onto a web server and accessed from any system."; 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 = ''; } }