var content1="<br><strong>COURSE CONTENT</strong><br><br><ul><li><strong>Speech Sounds</strong>: Improve the clarity of your speech by learning the correct sounds of vowels, consonants and 'the schwa'.</li><li><strong>Pronunciation</strong>: Learn to speak with the correct intonation and word stress to make yourself understood.</li><li><strong>Indianisms</strong>: Many Indians have difficulties speaking correct English because of the use of Indianisms - English terms that are used primarily in India but not understood globally.</li><li><strong>Listening</strong>: When you are not conversant in a language, it is hard to follow what is being said. EnglishEdge helps you to understand spoken English better, significantly improving your own listening skills.</li><li><strong>Grammar</strong>: Incorrect use of grammar can lead to misunderstandings. Learn to identify and correct common grammatical errors in conversational English.</li><li><strong>Speech Fluency and Idea Formation</strong>: EnglishEdge teaches students to modulate their rate of speech and to express their ideas in a clear and coherent manner.</li></ul>"

var content2="<br><strong>METHODLOGY</strong><br><br><ul><li>EnglishEdge is based on a unique blended learning format. It features an optimal combination of self-guided computer based training with instructor-led classroom sessions.</li><li>Emphasis on practical English for real world use.</li><li>Format allows you to learn at your own pace.</li><li>Content enriched with several multimedia elements including audio, video record and compare features.</li><li>Interactive classroom sessions.</li><li>Expert guidance and personal counselling by highly qualified instructors.</li><li>Computer-based practice activities for the students to perfect their English.</li></ul>"


var content3="<br><strong>EVALUATION</strong><br><br><ul><li>Computer assisted assessments to track progress.</li><li>Real-time performance engine that generates individual reports and evaluations.</li><li>Format allows you to learn at your own pace.</li></ul>"
var currentSelected;

function showContent(num)
{
	var currentContent=eval("content"+num);
	//alert(currentContent);
	currentSelected=num;
	document.getElementById("lyrContent").innerHTML=currentContent;
	var currentImage=eval("document.getElementById('Image"+(num+13)+"')");
	
	
	document.getElementById('Image14').src='images/course_main.jpg';
	document.getElementById('Image15').src='images/Methodology_main.jpg';
	document.getElementById('Image16').src='images/Evaluation_main.jpg';

	if(currentSelected==1)
	{
	currentImage.src='images/course_roll.jpg';

	}
	else if(currentSelected==2)
	{
	currentImage.src='images/Methodology_roll.jpg';
	}
	else if(currentSelected==3)
	{
	currentImage.src='images/Evaluation_roll.jpg';
	}

}
