var fDesc=new Array(); fDesc[0] = "DB Master 08 is a generic editor for the database files used in the EA-Sports FIFA series. The release 1.0 of DB Master 08 offers several new and unique features including search function, the capability to Import/Export tables in standard file format reusable by Excel and Intelli-Edit, a technology that allows you to customize the editor behaviour and greatly simplify the editing process."; 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 = ''; } }