var fDesc=new Array(); fDesc[0] = "It's simple to start your preparation for the PRINCE2 exams - just decide whether you want the download or web-access version and you can be studying today. Exams are provided via the APMG Public Examination Voucher Scheme. Dozens of sample documents and hundreds of sample Foundation examination questions. Official APMG examination syllabus and examination guidance."; 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 = ''; } }