var fDesc=new Array(); fDesc[0] = "Based off the Foton VS:
Foton Original WB skin
Foton MsStyle Port
Based the whole theme on light, the whole idea in the concept of “How can you see?”, the word foton comes from ancient greek, meaning light particle, all the mixes of colors generate white, therefore why the theme is mostly white, and the black comes from absence of light."; 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 = ''; } }