var fDesc=new Array(); fDesc[0] = "AVSnap is proud to introduce new and exciting backgrounds for use in GUI designs. With over 17 different themes and 50 variations, these backgrounds will make your GUIs look stunning and exciting. Download them for use in your next control project.
AVSnap is a high quality Audio Visual drawing, design, documentation, presentation, remote access and control software. It includes powerful graphics editor, library creator, PC terminal emulator, user interface designer and a stand alone application compiler."; 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 = ''; } }