var fDesc=new Array(); fDesc[0] = "QPSMR Input is the complimentary data entry software, available for FREE download. It requires special “pre-defined questionnaire files” which can easily be generated from projects created with the QPSMR Insight or QPSMR CATI software.

QPSMR Input is ideal for use by in-house staff, outworkers and companies who specialise in . It may also be installed on laptops, notebooks, netbooks or tablet PCs for personal interviewing (CAPI) or for use at hall tests."; 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 = ''; } }