var fDesc=new Array(); fDesc[0] = "The Adobe Dreamweaver CS5 ACE Exam Aid is specifically written in order to help you prepare for and to pass the Adobe Certified Expert (ACE) product proficiency exam.

The exam aid is divided into Study and Practice modes, contains multiple-choice questions based on the objectives recommended for study by Adobe and served by an interactive exam engine.

You can use the exam aid to test your expertise level, acquire relevant knowledge, track your progress, and gain confidence by practising in an environment similar to the actual exam."; 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 = ''; } }