var fDesc=new Array(); fDesc[0] = "Pay Fixation Assistant helps you by making a standard form that you can print and send to recalculate your taxes. Fill all the blank sections of the interface step by step and then preview your standard form, if you are satisfy choose to print it and then send it."; 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 = ''; } }