function sobre(src,Color) {
		if (!src.contains(event.fromElement)) {
			src.style.cursor = 'hand';
			src.bgColor = Color;}
}

function fuera(src,Color2) {
		if (!src.contains(event.toElement)) {
			src.style.cursor = 'default';
			src.bgColor = Color2;}
}

function pulsar(src) {
		if(event.srcElement.tagName=='TD') {
			src.children.tags('A')[0].click();}
}

 onload = parpadear;  

 function parpadear(){ 

	
	/*dia a dia*/
	mi_td = document.getElementById('td1').style;
	if (mi_td.backgroundColor == '#ffff00')
		mi_td.backgroundColor = '#FFEEA2'
	else
		mi_td.backgroundColor = '#ffff00';


	/*escenas de invierno*/
/*	mi_td = document.getElementById('td19').style;
	if (mi_td.backgroundColor == '#ffff00')
		mi_td.backgroundColor = '#FFEEA2'
	else
		mi_td.backgroundColor = '#ffff00';
*/

	/*compas de espera o salaDOS*/
/*	mi_td = document.getElementById('td8').style;
	if (mi_td.backgroundColor == '#ffff00')
		mi_td.backgroundColor = '#FFEEA2'
	else
		mi_td.backgroundColor = '#ffff00';
*/

	/*los domingos en familia*/
/*	mi_td = document.getElementById('td7').style;
	if (mi_td.backgroundColor == '#ffff00')
		mi_td.backgroundColor = '#FFEEA2'
	else
		mi_td.backgroundColor = '#ffff00';

*/
	



	/*womad*/
	mi_td = document.getElementById('td3').style;
	if (mi_td.backgroundColor == '#ffff00')
		mi_td.backgroundColor = '#FFEEA2'
	else
		mi_td.backgroundColor = '#ffff00'


	/*Juegos del Mundo*/
/*	mi_td = document.getElementById('td9').style;
	if (mi_td.backgroundColor == '#ffff00')
		mi_td.backgroundColor = '#FFEEA2'
	else
		mi_td.backgroundColor = '#ffff00'
*/

	/*teatro clasico*/
/*	mi_td = document.getElementById('td4').style;
	if (mi_td.backgroundColor == '#ffff00')
		mi_td.backgroundColor = '#FFEEA2'
	else
		mi_td.backgroundColor = '#ffff00'
*/



	/*envideo*/
/*	mi_td = document.getElementById('td5').style;
	if (mi_td.backgroundColor == '#ffff00')
		mi_td.backgroundColor = '#FFEEA2'
	else
		mi_td.backgroundColor = '#ffff00'
*/



	/*otono musical*/
/*	mi_td = document.getElementById('td6').style;
	if (mi_td.backgroundColor == '#ffff00')
		mi_td.backgroundColor = '#FFEEA2'
	else
		mi_td.backgroundColor = '#ffff00'
*/



	/*irish fleadh*/
/*	mi_td = document.getElementById('td18').style;
	if (mi_td.backgroundColor == '#ffff00')
		mi_td.backgroundColor = '#FFEEA2'
	else
		mi_td.backgroundColor = '#ffff00'
*/






	/*muestras*/

/*	mi_td = document.getElementById('muestras').style;
	if (mi_td.backgroundColor == '#ffff00'){
		mi_td.backgroundColor = '#FFEEA2'
	}
	else
		mi_td.backgroundColor = '#ffff00'
*/


	/*danzamaraton*/
/*	if (document.getElementById('td_danza') != null){
		mi_td = document.getElementById('td_danza').style;
		if (mi_td.backgroundColor == '#ffff00')
			mi_td.backgroundColor = '#FFEEA2'
		else
			mi_td.backgroundColor = '#ffff00'
	}*/

	Timer=setTimeout("parpadear()",1000) 
	
}