var fDesc=new Array();
fDesc[0] = "60 typical templates, dealing with all kinds of writing topics. 537 model essays, demonstrating all kinds of writing skills.
Additional materials: Essential sentence patterns, Important phrases and sentences, Ultimate weapons for body paragraph, Writing secrets for high score, Materials for IELTS writing, Guidelines for a good answer to task 1, Complete reference for quantifier, Common idioms, Collection of quotations, Selected proverbs, Universal reasons for writing.
Hundreds of tested questions are available for practising.";
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 = '';
}
}