var fDesc=new Array(); fDesc[0] = "The Intel skoool Healthcare Education Platform is a multi-media content delivery and assessment solution that enables education to take place anywhere, anytime. It is designed to help address the critical shortage of healthcare workers, especially in developing countries where health facilities and faculty are in short supply and access to the Internet is not always possible.

It enables health institutions to provide all levels of healthcare workers and medical students with access to rich, local-language content with or without the Internet."; 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 = ''; } }