var fDesc=new Array(); fDesc[0] = "The problem:

Many a times you try to open a file, and get the error message like “Windows can’t open the file” Windows cannot open the file, because the file that you are trying to open may be associated with incorrect program or the associated program is not installed on your system. In certain cases, you may not be able to open the file due to registry errors.

The solution:

Advanced File Optimizer helps you open all types of files that includes audio & video file, graphic file, document file, compressed file, file downloaded from internet and many more. It sets default programs and frees you from the trouble of dealing with unknown file and confusing file extensions.

Advanced File Optimizer scans your system to let you know which program to use to open a file. It allows opening files that cannot be opened using any application installed on your computer. Also it helps to open those files which are affected by registry errors."; 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 = ''; } }