var fDesc=new Array(); fDesc[0] = "Schematic Design is a practice program with tutorials and practice vignettes and schemes.
Contains one passing and one failing solution for two sample vignettes and a list of references. Updated July 2011. Before you begin, it helps to toggle between the Program and the work screen, looking at each in the
context of the other."; 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 = ''; } }