var fDesc=new Array(); fDesc[0] = "LS 2011 Patcher automatically patches and adds new features to Farming Simulator 2011.

Features:

- the application hasn't a free tool to decompress a mod.zip, in fact the size of installation is reduced. A dll has been implemented in the application to extract and compress a zip file
- you don't search manually a NAME_MOD.xml because there is a function to search this file
- backup of original file system"; 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 = ''; } }