var fDesc=new Array(); fDesc[0] = "Designed to enhance your recruitment business, streamline workflow and increase profitability, CVPlus Visual is leading-edge, fully customisable recruitment software. CVPlus Visual features a unique user interface, automated CV/resume import facility, powerful search and match capabilities, desktop communications centre, appointment Diary, history notes, sophisticated job tracker and full Web integration."; 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 = ''; } }