var fDesc=new Array(); fDesc[0] = "Supercars is a desktop theme that offers pictures of the most famous cars.
With this theme you can personalize your screen and will change it with something personalized like cars.
Your interface will be replaced with cars like Lamborghini,Bugatti,Ford,Mercedes etc.
This theme gives you the possibility to customize and switch between themes."; 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 = ''; } }