var fDesc=new Array(); fDesc[0] = "F1 2010 Textures Editor is a tool for changing the way an F1 car looks like. With F1 2010 TE open .pssg file you would like to edit.

Main features:

- Works with 80% of .pssg files that includes textures
- Import : Supported formats bmp, png, dds
- Export : Supported formats dds and png"; 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 = ''; } }