var fDesc=new Array(); fDesc[0] = "Personal Query Management, Personal Report Management and Information Sharing.Building on the strong database history of Unify, Unify Q is back and brings easy to use queries, reporting and information sharing for end users. Unify Q is for tasks such as querying the latest marketing campaign data and providing the data as excel file or PDF documents to colleagues and agencies."; 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 = ''; } }