var fDesc=new Array(); fDesc[0] = "Formula1 Organizer Deluxe is Windows software that allows PC users to organize and manage all Formula 1 related data. Ready-to-use database templates and the user-friendly interface let you easily and quickly organize your Formula 1 information. Report Wizard, Label Wizard, HTML Generator Wizard let you create quality, professionally looking documents and more."; 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 = ''; } }