var fDesc=new Array(); fDesc[0] = "Introducing mTC v2, the ultimate theme creating software with supporting over 80 devices; mTC runs on Windows, Mac OSX and Linux.
For v2 we have simplified the GUI, added a Graphics Editor which let's you add transparency and other effects to images, added a completely new preview system which let's you save any screen, we have also taken it a bit further and you can copy any preview screen to your clipboard to quickly transfer the image to your own graphics editor, and to make things a bit more fun we have added an enhanced capture all preview screens system that allows you fully customize the way your previews will look, a dynamic preview of your XML for quick checking on the XML file which is generated with mTC, a one click browser, automatic theme detection, step through for animations, and a robust open platform, so that anyone can help us add devices, new screens and even adjust text positioning in a matter of minutes."; 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 = ''; } }