var fDesc=new Array();
fDesc[1] = "of some words. The two modes of the program – the teaching words mode and the spelling mode – allow children to see images depicting words, to listen to pronunciation and to learn spelling, so both audio and visual perception is engaged simultaneously.";
fDesc[2] = "in order to create a new user account. After that, the game will check your system in order to configure your sound card and preferred instrument to play the songs.";
fDesc[3] = "Teaching-you Project Management Skills is the perfect aid to ensure you complete your projects on time within the budget and that its performance can be monitored and reviewed over time.";
fDesc[4] = "well as improve your written skills and your performance in those all important meetings. The cheapest and most comfortable way to learn communicating.";
fDesc[5] = "“what are your strengths?” Whether you’re new to the job market, out of work, or looking for a new challenge, Teaching-you Job Interview Skills will give you the confidence and interview know-how to make a good impression and secure the job of your dreams.";
fDesc[6] = "tools you need to experience real language the way it is used by native speakers in a fun, interesting environment. Learn listening, reading, and speaking skills quickly and easily with our immersion approach and speech recognition technology.";
fDesc[7] = ", creativity and communication skills at all levels. Ideal for anyone looking to improve their typing speed and accuracy, Teaching-you Touch Typing is like having your own personal tutor, but at a fraction of the cost.";
fDesc[8] = "of 8 attitude adjustment techniques and advice from executive recruiter, manager and team leader, Joe Estey. The cheapest and most comfortable way to obtain successful attitude skills.";
fDesc[9] = "of work that you could have sworn was on the top of the Leaning Tower of Pisa – otherwise known as the uneven stack of papers on your desk.";
fDesc[10] = "your own pace following the comprehensive videos and animated guitar and access friendly help and tips every step of the way. Whether you are a complete beginner or have played before this program will teach you chords, tunes and strumming, hand positions, technique, and music reading.";
fDesc[11] = "they exercise? Did you even know there were different power influences? Teaching-you Supervisory Skills can help you discern the difference and guide you toward more productive and effective team management.";
fDesc[12] = "techniques including audio-visual clips, mini-progress tests and personal assessments. Stress is now considered to be a part of everyday life for many people.";
fDesc[13] = "you need to experience real language the way it is used by native speakers in a fun, interesting environment. With over 9,000 words and a range of activities and games for all ability levels, Teaching-you French will have you speaking and understanding French in no time.";
fDesc[14] = ", or run as standalone programs at home or in the classroom. A great way to teach any subject - or just for fun.";
fDesc[15] = "way of learning to play the electric guitar. Learn at your own pace following the animated fretboard and picking hand and experience for yourself the thrill of playing with a band that really rocks.";
function tCollapseAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Expand descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("desc_" + id))
tShowHide(id, 2);
}
}
function tExpandAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Collapse descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("more_" + id))
tShowHide(id, 1);
}
}
function tShowHide(id, show)
{
var s = document.getElementById("more_" + id);
if ((s.innerHTML!=fDesc[id] || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
}
else
{
s.innerHTML = '...';
}
}