var fDesc=new Array(); fDesc[0] = "Style Editor is intended for creating styles, which are applied in the visual development environment of the ArtixMedia Menu Studio multimedia applications. A style is a set of graphics, audio files, animated objects and main properties (such as the color, width, height, font etc.) of the components, on the basis of which the multimedia applications are created.
The concept of styles is to simplify and speed up the process of developing high-quality products by ArtixMedia Menu Studio users."; 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 = ''; } }