var fDesc=new Array(); fDesc[0] = "BytesX Favicon Generator is a free and easy-to-use favicon maker that can create favicon from most popular image formats, including PNG, BMP, JPG, GIF, and icon containing files, such as ICO, ICL, EXE, DLL. The output formats are customizable from the minimized format to the most flexible format. Additionally, this handy favicon creator software allows you make favicon in a second by just a drag & drop operation."; 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 = ''; } }