var fDesc=new Array(); fDesc[0] = "AffiliateEXE 1.1 is a shareware program developed by Kerosoft to protect software affiliate vendors. There is a trial demo available from the developer's website. We can download it directly without registering or waiting for an e-mail code. Press download and in a few seconds, we can proceed to install the program. We can evaluate this demo for a 15-day period. AffiliateEXE has been designed to protect our profits and software products as affiliated vendors, by converting the EXE file of our affiliate version or affiliate trial version to a new and final executable one; introducing our affiliate identification name while the conversion is taking place. It is optional, but possible, to also pack our logo picture. The final software is fully protected and cannot be renamed by any user. It is very simple and takes no time to create the final EXE file. From Start, Programs, AffiliateEXE, we can access the user’s interface, add, an original EXE file from anywhere in our system directory, including drivers and external devices. We can also remove, and clear at any time. Once the file has been added, we select an output EXE File Directory and optionally a Logo Picture (in .bmp format). Afterwards, we press Create New EXE Files. The processing file window will appear. Once the conversion is done, we will have the new EXE file, safe and sound, with our version-named affiliate custom added."; 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 = ''; } }