var fDesc=new Array(); fDesc[0] = "FoxTag Editor is a wide-ranging tag processor loaded with proficient features and an intuitive interface with well organized and clearly labeled icons. It has the ability to easily complete missing ID3 tag fields (by making use of parts of file names and folder names ) such as - title, artist, album, year, genre, comments and virtually anything you can think of that might be useful in creating that perfectly tagged file."; 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 = ''; } }