function linkFocus(fromId,toId,focusId) {
	for (i=fromId;i<=toId;i++) {
		if (i == focusId) {
			document.getElementById(i).style.color = "#FFFFFF";
//			document.getElementById(i).style.fontWeight = "bold";
		} else {
			document.getElementById(i).style.color = "#CC3333";
//			document.getElementById(i).style.fontWeight = "normal";
		}
	}
}


function linkParentFocus(fromId,toId,focusId) {
	for (i=fromId;i<=toId;i++) {
		if (i == focusId) {
			parent.document.getElementById(i).style.color = "#FFFFFF";
//			document.getElementById(i).style.fontWeight = "bold";
		} else {
			parent.document.getElementById(i).style.color = "#CC3333";
//			document.getElementById(i).style.fontWeight = "normal";
		}
	}
}

function showText(reportId,action,lang) {
	if (action == 'over') {
		htmlBegin = '<TABLE border="0" cellspacing="0" cellpadding="10"><TR><TD bgcolor="#222222" width="500" height="150" align="center" valign="middle" class="imgReport">';
		htmlEnd = '</TD></TR></TABLE>';
		document.getElementById(reportId).style.backgroundColor = "#222222";
		switch (reportId) {
			case "1" :
				if (lang == 'fr') {
					document.getElementById("TEXT").innerHTML = 
						htmlBegin +
						"<H1>Noche de la Pasion 2007</H1><P>Grosse fiesta latine avec un show de tango présenté par Delphine & Orlando<br>Coco Dias, Paula Rubin & Mariano Galeano, Sara Parnigoni & Damian Marino,<br>Charlotte & Jan, Ines & Koen et Regina & Aki.</P>" +
						htmlEnd;
				} else {
					document.getElementById("TEXT").innerHTML = 
						htmlBegin +
						"<H1>Noche de la Pasion 2007</H1><P>Big Latin fiesta with a tango show performed by Delphine & Orlando Coco<br>Dias, Paula Rubin & Mariano Galeano, Sara Parnigoni & Damian Marino,<br>Charlotte & Jan, Ines & Koen and Regina & Aki.</P>" +
						htmlEnd;
				}
				break;
			case "2" :
				if (lang == 'fr') {
					document.getElementById("TEXT").innerHTML = 
						htmlBegin +
						"<H1>Tango Seduccion à l'Olympia</H1><P>Magnifique spectacle de tango plein de sensualité créé et dirigé <br>par Gustavo Russo, directeur artistique, chorégraphe et danseur<BR>et toute sa talentueuse troupe sur la mythique scène de l'Olympia</P>" +
						htmlEnd;
				} else {
					document.getElementById("TEXT").innerHTML = 
						htmlBegin +
						"<H1>Tango Seduccion at the Olympia</H1><P>Splendid tangoshow full of sensuality created and directed by <br>Gustavo Russo, artistic director, choreographer and dancer and <BR>all his talented troop on the mythical scene of the Olympia</P>" +
						htmlEnd;
				}
				break;
			case "3" :
				if (lang == 'fr') {
					document.getElementById("TEXT").innerHTML = 
						htmlBegin +
						"<H1>Otango</H1><P>Le tout dernier grand spectacle de tango en tournée européenne avec<br>les danseurs argentins de réputation mondiale Adrian & Alejandra, <br>Claudio & Melina, Mariano & Paula, Christian & Virginia, Fernando<br> & Sabrina et les chanteurs José Luis Barreto et Claudia Pannone.</P>" +
						htmlEnd;
				} else {
					document.getElementById("TEXT").innerHTML = 
						htmlBegin +
						"<H1>Otango</H1><P>The most recent great tangoshow on tour in Europe with the famous<br>argentinian dancers Adrian & Alejandra, Claudio & Melina, Mariano & <br>Paula, Christian & Virginia, Fernando & Sabrina and the singers<br>José Luis Barreto and Claudia Pannone.</P>" +
						htmlEnd;
				}
				break;
			case "4" :
				if (lang == 'fr') {
					document.getElementById("TEXT").innerHTML = 
						htmlBegin +
						"<H1>Open Source - Happy New Year</H1><P>Spectacles de danse contemporaine présentés par Iceland Dance <br>Company à l'occasion du festival &quot;Iceland on the Edge&quot; aux Bozar</P>" +
						htmlEnd;
				} else {
					document.getElementById("TEXT").innerHTML = 
						htmlBegin +
						"<H1>Open Source - Happy New Year</H1><P>Shows of contemporary dance performed by the Iceland Dance Company <br>during the &quot;Iceland on the Edge&quot; Festival at Bozar in Brussels</P>" +
						htmlEnd;
				}
				break;
			case "5" :
				if (lang == 'fr') {
					document.getElementById("TEXT").innerHTML = 
						htmlBegin +
						"<H1>Dans.Dag 2008</H1><P>Evénement multiculturel pour les amateurs de danse avec diverses démonstrations exécutées par les meilleurs groupes et compagnies de danse amateurs de Flandre. D'une qualité surprenante ! </P>" +
						htmlEnd;
				} else {
					document.getElementById("TEXT").innerHTML = 
						htmlBegin +
						"<H1>Dans.Dag 2008</H1><P>Multicultural event for the dance amateurs with various demonstrations<br>performed by the best dance amateurs groups and companies of Flanders.<br>An amazing quality!</P>" +
						htmlEnd;
				}
				break;
			case "6" :
				if (lang == 'fr') {
					document.getElementById("TEXT").innerHTML = 
						htmlBegin +
						"<H1>Brussels Tango Festival 2006</H1><P>Festival avec les performances de Virginia & Christian, Marisa & Oliver,<BR>Gisela & Sergio, Paula & Mariano, Dana & Pablo, Mercedes 'Mecha' & Diego<BR>'El Pajaro', Lucia & Ezequiel, Victoria & Pablo et l'orchestre Sexteto Veritango<BR>avec Alfredo Marcucci et Juan Masondo</P>" +
						htmlEnd;
				} else {
					document.getElementById("TEXT").innerHTML = 
						htmlBegin +
						"<H1>Brussels Tango Festival 2006</H1><P>Festival showing the performances of Virginia & Christian, Marisa & Oliver,<BR>Gisela & Sergio, Paula & Mariano, Dana & Pablo, Mercedes 'Mecha' & Diego<BR>'El Pajaro', Lucia & Ezequiel, Victoria & Pablo and orchestra Sexteto Veritango<BR>with Alfredo Marcucci and Juan Masondo</P>" +
						htmlEnd;
				}
				break;
			case "7" :
				if (lang == 'fr') {
					document.getElementById("TEXT").innerHTML = 
						htmlBegin +
						"<H1>Histoires chuchotées derrière les collines</H1><P>Spectacle oriental présenté par l'association Le Soleil se lève à l'Est à Bruxelles<br>avec les danseuses Shahrazad, Rajaa, Leila, Zayane, Sanaa, Isabella, Eva, Miki<br> et le corps de ballet</P>" +
						htmlEnd;
				} else {
					document.getElementById("TEXT").innerHTML = 
						htmlBegin +
						"<H1>Whispered stories behind the hills</H1><P>Oriental show presented by association Le Soleil se lève à l'Est <br>with Shahrazad, Rajaa, Leila, Zayane, Sanaa, Isabella, Eva, Miki<br> and the corps de ballet.</P>" +
						htmlEnd;
				}
				break;
			case "8" :
				if (lang == 'fr') {
					document.getElementById("TEXT").innerHTML = 
						htmlBegin +
						"<H1>Dans.Dag 2009</H1><P>Journée de la danse avec nombreuses démonstrations de danse contemporaine, moderne et folklorique exécutées par divers groupes et compagnies de danse amateurs de Flandre.</P>" +
						htmlEnd;
				} else {
					document.getElementById("TEXT").innerHTML = 
						htmlBegin +
						"<H1>Dans.Dag 2009</H1><P>Dance Day with many demonstrations of modern, contemporary and folk dance <br>performed by various amateurs groups and dance companies of Flanders.</P>" +
						htmlEnd;
				}
				break;
			case "9" :
				if (lang == 'fr') {
					document.getElementById("TEXT").innerHTML = 
						htmlBegin +
						"<H1>Bharati tournée 2009</H1><P>Célèbre comédie musicale présentant toute la diversité des danses indiennes avec<br>une histoire d'amour en toile de fond dans la plus pure tradition de Bollywood.<br>Découvrez l'Inde comme vous ne l'avez jamais vue.</P>" +
						htmlEnd;
				} else {
					document.getElementById("TEXT").innerHTML = 
						htmlBegin +
						"<H1>Bharati The Show</H1><P>Bharati is the most popular musical comedy coming from India. They performed in Europe since 2 years. Discover a modern and traditional dance show about India.</P>" +
						htmlEnd;
				}
				break;
			case "10" :
				if (lang == 'fr') {
					document.getElementById("TEXT").innerHTML = 
						htmlBegin +
						"<H1>Festival Ya Salam</H1><P>Spectacle de Gala du 7e Festival International de Danses Orientales à Bruxelles avec de prestigieuses danseuses orientales telles Shahrazad, Aziza, Lubna Emam, Hermina ... , des musiciens et quelques groupes et écoles de danse.</P>" +
						htmlEnd;
				} else {
					document.getElementById("TEXT").innerHTML = 
						htmlBegin +
						"<H1>Festival Ya Salam</H1><P>Gala show from 7th International Festival of Oriental Dances in Brussels with<br>prestigious oriental dancers like Shahrazad, Aziza, Lubna Emam, Hermina ... ,<br>musicians and some groups and schools of dance.</P>" +
						htmlEnd;
				}
				break;
			case "11" :
				if (lang == 'fr') {
					document.getElementById("TEXT").innerHTML = 
						htmlBegin +
						"<H1>7e Festival de Paris</H1><P>Spectacle au Trianon avec les danseurs de la compagnie Tango X Dos, <br>Gustavo Naveira & Giselle Anne, Gabriel Missé & Alejandra Mantinan, <br>Rachel Greenberg & Silvio Lavia et Natalia Hills & Francisco Forquera</P>" +
						htmlEnd;
				} else {
					document.getElementById("TEXT").innerHTML = 
						htmlBegin +
						"<H1>7th Paris Festival</H1><P>Spectacle at Trianon theater with the dancers of Tango X Dos company, <br>Gustavo Naveira & Giselle Anne, Gabriel Missé & Alejandra Mantinan, <br>Rachel Greenberg & Silvio Lavia and Natalia Hills & Francisco Forquera</P>" +
						htmlEnd;
				}
				break;
			case "12" :
				if (lang == 'fr') {
					document.getElementById("TEXT").innerHTML = 
						htmlBegin +
						"<H1>Vers d'autres reportages</H1>" +
						htmlEnd;
				} else {
					document.getElementById("TEXT").innerHTML = 
						htmlBegin +
						"<H1>Towards more reports</H1>" +
						htmlEnd;
				}
				break;
			case "13" :
				if (lang == 'fr') {
					document.getElementById("TEXT").innerHTML = 
						htmlBegin +
						"<H1>Noche de Amor</H1><P>Nouvelle version plus sexy de la Noche de la Pasion organisée chaque année<br>par Polariteit. Au programme : danse et musique indienne, salsa torride, swing,<br>spectacle de cabaret, Cotton Club, Moulin Rouge, tango et boleadoras.</P>" +
						htmlEnd;
				} else {
					document.getElementById("TEXT").innerHTML = 
						htmlBegin +
						"<H1>Noche de Amor</H1><P>New version of the Noche de la Pasion organized each year by Polariteit. Fiesta with<br>indian music and dance, torrid salsa, swing, cabaret show with sexy girls, Cotton Club,<br>Moulin Rouge, tango and boleadoras.</P>" +
						htmlEnd;
				}
				break;

		} 
	} else {
		document.getElementById(reportId).style.backgroundColor = "";
		document.getElementById("TEXT").innerHTML= '<IMG src="../img/spacer.gif" width=1 height=1>';
	}
}