var fDesc=new Array(); fDesc[0] = "Plan a street or a whole town using SpexWorld! Town, with houses, shops, vehicles, roads, trees, a Town Hall, Church and even a London Bus. Excellent for urban development projects in Geography, and with one mouse-click go inside Town and walk around. SpexWorld! Town also contains flower beds, fences, trees and ornaments so you can make formal garden with a modern detached house, or an informal garden with a thatched cottage."; 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 = ''; } }