var fDesc=new Array(); fDesc[0] = "Podium is a PC based application designed for educational use across the curriculum. It enables users to create, edit and publish audio and video podcasts all from the same simple interface, meaning that pupils do not have to work with a number of different software packages in order to podcast in lessons.

Podcasting with Podium is so easy, pupils are able to receive a brief, create, edit and publish their audio or video podcasts all during one lesson! Podium’s fantastic scripting tool also enhances group working as pupils can create scripts together and assign dialogue to different members of the group, so that when they begin recording, they each know whose turn it is to speak. It’s as easy as ‘3,2,1 record!’."; 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 = ''; } }