var fDesc=new Array(); fDesc[0] = "SpexWorld! School is a new educational software from Aspex Software.

Have lots of fun planning and designing the rooms in a school. You can design and furnish single or multiple room shapes or use Spex's simple room planner to design a whole floor plan: classroom, IT Room, Gym and changing rooms etc. Decide upon room sizes and a budget to spend and see the furniture and fittings on a simple spreadsheet."; 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 = ''; } }