var fDesc=new Array(); fDesc[0] = "Great Cow Graphical BASIC is an icon based program editor. It allows you to create Great Cow BASIC programs without having to memorise commands.
You can even copy and paste between Great Cow Graphical BASIC and a text editor with a Great Cow BASIC program in it! GCGB will load GCB libraries, and when you're comfortable to leave the icons behind, your GCGB programs can be edited like any other Great Cow BASIC program."; 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 = ''; } }