var fDesc=new Array(); fDesc[0] = "Revolver Office Pro combines six organizational, commercial and sectoral functions within a single interface: an email client, a calendar, a customer manager, a project planner, an order processing and a design mode. Revolver Office Pro is available for single users and for multi users in networks, designed especially for the flexible use in SOHO and business environments. Realize your individual ideas with Revolver Office Pro and customize Revolver according to your business standard. Modify entry masks, reports, print forms or complete areas - without programming skills."; 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 = ''; } }