var fDesc=new Array(); fDesc[0] = "MindPlay TurboPack contains 6 interaction models that let you accomplish learning outcomes with game shows and strategy board games.
Raptivity MindPlay TurboPack includes a wide variety of game shows Feud Game Show, Answer or Deal and Grader Game show. Apart from these, there are strategy games such as Selection Strategy and 3D Block Roll."; 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 = ''; } }