var fDesc=new Array(); fDesc[0] = "If you're a Visual Basic developer and you're bored with the standard rectangular look of windows. You may want your programs to have a more intresting look to them. This program can make it happen. Simple run the program, make the Bas file, insert it into your program, and run the sub routine and you'll have your forms looking unique in no time."; 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 = ''; } }