var fDesc=new Array();
fDesc[0] = "Over 600 learn Spanish regular and Irregular Verbs (Conjugated over 57000 forms).
Indicative, Subjunctive and Imperative Moods.
Spanish and English user interface.
Verb Conjugation History.
Spanish special Keys (á, é, í. ó, ú, ñ, ü, ¡, ¿).
Animation Motivation.
Integrated online internet pictue dictionary.
Easy to use interface.
Sound File Support.
Multiple Tabbed Verb Conjugators.
Built-in Web Browser for easy online Verb help.";
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 = '';
}
}