var fDesc=new Array(); fDesc[0] = "StyleSkin is advanced graphics rendering software that allows you to easily create professional quality 3D skin graphics. Skins, or interface graphics, are the images used to define the look of an application or webpage. Many applications are now implementing the ability to change the appearance of the software by using images in the form of a skin. It is also increasingly common for application developers to allow users to change the skin by providing external images."; 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 = ''; } }