var fDesc=new Array(); fDesc[0] = "WinCGE is an interesting program that helps you improve your computer skills like rapid typing.
This application contains many exams that can test your general knowledge about capital cities, cities and languages spoken in various cities.
For example, in capital cities section you should choose the cities based on the question. There will be more than one answer for each question. The questions refer to the official capital city of the country in which they are located."; 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 = ''; } }