var fDesc=new Array(); fDesc[0] = "LearnVita is a free interactive internet e-learning channel that provides students and teachers access to 3000 hours of rich-media learning content. Subjects such as Mathematics, Science, Social Science, English and Gujarati, covering the Gujarat State Education Board syllabus for classes 1 to 10 (Gujarati Medium), are presented in a fun-filled environment and supported by engaging experiments, interactive educational games and activities."; 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 = ''; } }