var fDesc=new Array(); fDesc[0] = "This course ware utilizes Flash and its incorporated technology. It offers a brief history and an orientation to the methods of animation. It then teaches the basics of two-dimensional animation and instructs the student on the uses of the different Flash tools. Lastly, it also introduces the student to the interactive capabilities of Flash and its various applications."; 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 = ''; } }