var fDesc=new Array(); fDesc[0] = "Design your house plan blueprints with smallblueprinter,then take a 3D walkthrough your design,
check out an isometric view and print out your plan.

Students can design a floor plan of their classroom, home, etc and then wander through in 3D mode. There is also an option for a more detailed plan with plenty of options for them to choose from."; 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 = ''; } }