var fDesc=new Array(); fDesc[0] = "In order to communicate using instant messaging and chat you will have to download MyWGU Messenger.
You can communicate with your mentor during office hours or whenever she or he is present in the community.
Community Chat Room. Simply click on the link and your chat session will begin."; 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 = ''; } }