var fDesc=new Array(); fDesc[0] = "Batchus-GUI is a graphical user interface batch file creator. This program will lets you create batch files using a GUI working with Visual Studio. If you use Visual Studio 11 Developer Preview you can see the changes that this gui does. When the download file says batchus-gui-vb-v0.0.1 the vb stands for visual basic version."; 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 = ''; } }