var fDesc=new Array(); fDesc[0] = "VT STUDIO makes it simple and easy to complete the bothering works such as resize, alignment, and copy. With the VT3, name plate size can be automatically adjusted. To do this, simply select auto adjust and the text will always fits the name plate size. When you lay the components out, grid lines can be displayed both from left to right and up and down. These grid lines help you place components in the centre. You can create perfectly aligned
screens-without even a pixel displacement."; 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 = ''; } }