var fDesc=new Array(); fDesc[0] = "Fedora Media Writer is a tool that helps users put Fedora images on their portable drives, such as flash disks. It is able to download the required image automatically for them and write them in a dd-like fashion, using either dd itself or some other way to access the drive directly. This overwrites the drive's partition layout though, so it also provides a way to restore a single-partition layout with a FAT32 partition."; 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 = ''; } }