var fDesc=new Array(); fDesc[0] = "Workspace Manager is the ultimate resource booking system for your workplace. Book desks, rooms and parking spaces using a time line or interactive floor plan. Web based application designed for use with any browser, self service kiosks, LCD room displays, and mobile phones. Fully integrated with Microsoft Outlook®. Order and manage add-on services like catering and audio visual equipment."; 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 = ''; } }