var fDesc=new Array(); fDesc[0] = "A downloadable desktop edition for students, parents, agents, and advisors to provide quick access, bookmarking and other features for off-line and on-line viewing, searching and printing.

Features:

-School contact details and description
-Bookmarking facility to short list your choices with notes panel for you to add comments
-Quick search, regional search, column ordering
-Access school photo directly from application
-Easy update facility for data
-Direct Internet access to school websites, email, map location and course details
-Easy update button so that you can download the latest school information to the application
-Print feature to print school details and bookmarked school details"; 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 = ''; } }