var fDesc=new Array(); fDesc[0] = "Jape, known for his save game editors for Pro Cycling Manager 2006, has done it again! Today, he finally decided to release the first stable version of his save game editor for Pro Cycling Manager 2007, PCM Dashboard, after it has went through a lot of testing by PCM.daily's members.
With PCM Dashboard, you can change practically everything you need to change in a save game, and this is done through a very easy-to-use interface. PCM Dashboard is also very handy when it comes to story writing. With the tool, you can extract all sorts of data from the game, so they are ready to be posted at the forum."; 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 = ''; } }