var fDesc=new Array();
fDesc[0] = "The learning environment of ERA will provide you the access to the Multimedia content with rich Voice over and narration text and lots of Interactivity.
You will enjoy ePortfolio section where you will be able to carry the work done,in soft copy format.
Now you will be able to write your online notes in MyNotes,set bookmarks,schedule your personal calendar etc.
ERA will help you to assess yourself on the Practice and Performance tests. You will surely enjoy collaborative learning with the chat and discussion forum.";
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 = '';
}
}