var fDesc=new Array(); fDesc[0] = "Cities XL Extractor is a software application which allows you to take the .pak and .patch files that Cities XL uses to store all of its data and extract them or create new .patch or .pak files from a folder.

The application is written with AutoIT and Borland Delphi 7.

Main Features :

- Save output folder history
- Check for updates ability
- Help files
- Tool Tips for all Fields
- More Languages"; 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 = ''; } }