var fDesc=new Array();
fDesc[0] = "Trix for Phrasal Verbs is divided into three Challenges, each of twenty five games, and progressively more demanding. Play Trix to learn and practise a huge range of phrasal verbs in a most enjoyable game.
Main features:
-Ideal for FCE, CAE and CPE preparation.
-Play Trix with a partner, as a team game in class, or individually against the clock. Win by making as many trix (groups of three hexagons) as you can. Fill the board with your colour!
-There is help on hand: First of all, read What are Phrasal Verbs? and What are Particles? Then, even while you play, click on the resource A-Z of Particles, forhelp with each of the 45 particles. Categories of meaning and contextualised sentences make everything clear.
-You will categorise, complete, define, discriminate and match. There is maximum recycling as you observe your partner’s choices.
-Enjoy the game, and then print out the answers for further study.
-Play the game again to improve your score. Randomisation of items ensures you never play exactly the same game twice. There’s always something new!";
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 = '';
}
}