var fDesc=new Array(); fDesc[0] = "ModAdvice is a Microsoft Windows software application to manage advice to schools and to print comments onto adhesive labels for steadfast attachment to official QSA moderation forms.

ModAdvice enables QSA review panels to wordprocess Monitoring and Verification advice to Qld senior secondary schools. The application will print three copies of the comments onto laser/inkjet adhesive labels to enable legible advice to be attached directly to the official QSA moderation advice Forms R3 and R6."; 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 = ''; } }