var fDesc=new Array(); fDesc[0] = "The Portal Maker allows you to create a 'web portal'.This is a gateway or 'index page' with links to digital resources, activities and information that you select for your students.
Your finished portal can be:
- placed on the school's network for students to access
- linked to the school's intranet site
- linked to the school's internet site (allowing sudents to access resources from home)
- included on a blog or other internet site"; 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 = ''; } }