var fDesc=new Array(); fDesc[0] = "The installation of SPIP is very simple compared to other systems:
You do not need any specific technical knowledge (neither PHP nor MySQL) to perform the installation.

The installation of SPIP is very simple compared to other systems:
You do not need any specific technical knowledge (neither PHP nor MySQL) to perform the installation.

We distribute only a single version of SPIP; it may evolve over time depending on the enhancements introduced, but we take great care not to complicate it with “patches” that you have to fish from all over the shop (to modify SPIP for requirements imposed by a particular hosting ISP for instance)."; 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 = ''; } }