var fDesc=new Array(); fDesc[0] = "Project ROME is an all-in-one content creation and publishing application that lets virtually anyone at work or home inject the power of graphics, photos, text, video, audio and animation into everyday projects. From printed materials and presentations to digital documents and websites, you can go from start to finish within the simple, creative Project ROME environment. Get started quickly and your imagination is the limit. Project ROME offers a comprehensive tools, media types and publishing options to spice up your everyday projects with multimedia and easily create new things like animations and websites."; 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 = ''; } }