var fDesc=new Array(); fDesc[0] = "Project Commander is a project management and planning application. It can read and write Microsoft Project compatible files and exchange date with other leading products like PowerProject and Primavera. With it's WYSIWYG user interface and graphical capabilities, it has made it incredibly easy to present plans in a professional and creative manner, the ability to add graphics, photographs, text and logos adds a touch of power to your presentation."; 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 = ''; } }