var fDesc=new Array(); fDesc[0] = "Personal Finance Quizzes is a free Windows program that can help you get acquainted with terminology used in personal finance and investment. Automatically adjusts to your way of learning. Includes quizzes on Home Financing, Stocks, Bonds and Mutual Funds. Personal Finance Quizzes offers many valuable features: skins, four quiz modes, export to Palm, paper tests, flashcard printing and more. The program is free for personal use."; 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 = ''; } }