var fDesc=new Array(); fDesc[0] = "It gives you a complete place to organize and access all of the information for your job search. Links your search information to keep it organized. Linking shows you the context for each part of your search. So not only do you see your Contacts, you also see all the Activities for that person, all organizations to which they belong, all job opportunities they have been involved with, etc. Linking also gives you instant access to the most relevant information and much more."; 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 = ''; } }