var fDesc=new Array(); fDesc[0] = "AQA Web and e-mail software was designed to help candidates make the most of what they have learnt in our ICT Functional Skills specification.

Candidates have access to a purpose-built environment that is safe and secure to use during the examination. They can use the web browser to search for products and information. They can also use the e-mail software to create, send and open messages, and search for contact addresses."; 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 = ''; } }