var fDesc=new Array(); fDesc[0] = "V-MAP is a visual mapping tool for generating ePortfolios for Personal Development Plans, implemented on the Java platform. It is a project funded by JISC as part of their eLearning tools initiative.
The broad aim is to provide a software tool that will be more accessible to dyslexics and better enable them to produce an e-Portfolio than existing tools. Enable the learner to interact with a pre-defined institutional template for preparing e Portfolios in a format that is most accessible to the learner; Enable the learner to plan, construct and update an e Portfolio through the use of a visual mapping interface, on their own personal desktop;Enable the learner to share, publish and disseminate an e Portfolio through the use of a visual mapping interface, to their institutional system."; 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 = ''; } }