var fDesc=new Array(); fDesc[0] = "This Flash Biweekly Payment Calculator is easy to install on a web page and its small, 375x270 format allows you to place it just about anywhere you wish.

Your visitors can quickly calculate the savings in money and time afforded by making biweekly mortgage payments.

MoneyToys Biweekly Payment Calculator - a small but very smart tool that help you determine your biweekly payments."; 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 = ''; } }