var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to format a resume in a professional fashion. You will save time by filling in prompts; no formatting of the final document is necessary. Choose how many work history or education records you give by clicking Add or Delete. Simply click Create to make the document. This software makes a quick work of resume production. Word 2000 or higher required."; 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 = ''; } }