var fDesc=new Array(); fDesc[0] = "AQ Web Software is provided to suit specific requirements. From a simple web browser to highly capable windows applications designed to provide complete control of your monitoring network.

AQ Archive is a client utility within AQ REports which runs minimised in the Windows taskbar. It's function is to build your database on your PC or server which will then be used by AQ Reports."; 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 = ''; } }