var fDesc=new Array(); fDesc[0] = "Synthese is an open source application for Windows written in vb.net that gives you the opportunity to bring web apps to your desktop. It provides a simple interface where you can enter the name of the app to display on a screen and the source URL of the web app. You can also customize the icon and window style (normal, minimized, and maximized). Shortcuts of the app can be added to your desktop or Windows Start menu."; 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 = ''; } }