

// swap images
function di(id,name)
{
  if (document.images)
    document.images[id].src=eval(name+".src");   
}

//toggles layer visibility on and off

function show(id) {
	document.getElementById(id).style.visibility = "visible";
	document.getElementById(id).style.zIndex = "200";

	//if (timer)
  //{
   // window.clearTimeout(timer);
   // timer = 0;
  //}
}
function hide(id) {
	document.getElementById(id).style.visibility ="hidden";
}

var flash=new Array();

flash[0]="<object width='278' height='329' VIEWASTEXT><param name='movie' value='uema_dragons.swf'><embed src='uema_dragons.swf' width='278' height='329'></embed></object>";
flash[1]="<object width='278' height='329' VIEWASTEXT><param name='movie' value='uema_children.swf'><embed src='uema_children.swf' width='278' height='329'></embed></object>";
flash[2]="<object width='278' height='329' VIEWASTEXT><param name='movie' value='uema_teen.swf'><embed src='uema_teen.swf' width='278' height='329'></embed></object>";

var flashcap=new Array();
flashcap[0]="<span class='header'>Little Dragons (ages 4 - 6)</span><br>This class emphasizes concentration, working with others, developing listening skills, and following directions.";
flashcap[1]="<span class='header'>Children (ages 7 - 10)</span><br>The children are introduced to goal<br>setting and achievement.<br>The emphasis is to develop self<br>confidence, coordination,<br>and focus.";
flashcap[2]="<span class='header'>Teenagers (ages 11 - 15)</span><br>This is a high energy class that emphasizes self control and discipline, while maintaining a positive attitude.";

var flashlinks = ''+
'<a href="#flash" onclick="document.getElementById(\'aprograms_swf\').innerHTML=flash[0];document.getElementById(\'flashcap\').innerHTML=flashcap[0];"><span class="header">Little Dragons (ages 4 - 6)</span></a>'+
'<br><br>'+
'<a href="#flash" onclick="document.getElementById(\'aprograms_swf\').innerHTML=flash[1];document.getElementById(\'flashcap\').innerHTML=flashcap[1];"><span class="header">Children (ages 7 - 10)</span></a>'+
'<br><br>'+
'<a href="#flash" onclick="document.getElementById(\'aprograms_swf\').innerHTML=flash[2];document.getElementById(\'flashcap\').innerHTML=flashcap[2];"><span class="header">Teenagers (ages 11 - 15)</span></a>';
