var fDesc=new Array(); fDesc[0] = "WANTED: Intelligent, enthusiastic individual for new leadership position who possesses creative puzzle-solving skills, strives for perfection and who, first and foremost, loves to make people happy. Someone who can plan and anticipate needs, design freely and have the initiative to expand and grow. If you think you're this person, please click download now."; 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 = ''; } }