

if (screen.width >= 320 && screen.height >= 280)
 document.writeln("<LINK REL=STYLESHEET type='text/css' HREF='new800600.css'>"); 
if (screen.width >= 801 && screen.height >= 601)
 document.writeln("<LINK REL=STYLESHEET type='text/css' HREF='new1024768.css'>"); 

function  stageopen() {
hideallidsspot2()
hideallidsspot13()
hideallidsspot14()
mytimer1 = window.setTimeout("showdivspot1('stage3');",1); 
mytimer2 = window.setTimeout("hidedivspot1('stage3');",700); 
mytimer4 = window.setTimeout("showdivspot1('stage2');",700); 
mytimer5 = window.setTimeout("hidedivspot1('stage2');",900); 
mytimer5 = window.setTimeout("showdivspot2('home');",900); 
mytimer5 = window.setTimeout("showdivspot2('galax');",900); 

}
function  stageopen1() {
hideallidsspot2()
hideallidsspot13()
hideallidsspot14()
mytimer1 = window.setTimeout("showdivspot1('stage3');",1); 
mytimer2 = window.setTimeout("hidedivspot1('stage3');",700); 
mytimer4 = window.setTimeout("showdivspot1('stage2');",700); 
mytimer5 = window.setTimeout("hidedivspot1('stage2');",900); 
mytimer5 = window.setTimeout("showdivspot2('classesx');",900); 
}
function  stageopen2() {
hideallidsspot2()
hideallidsspot13()
hideallidsspot14()
mytimer1 = window.setTimeout("showdivspot1('stage3');",1); 
mytimer2 = window.setTimeout("hidedivspot1('stage3');",700); 
mytimer4 = window.setTimeout("showdivspot1('stage2');",700); 
mytimer5 = window.setTimeout("hidedivspot1('stage2');",900); 
mytimer5 = window.setTimeout("showdivspot2('feesx');",900); 
}
function  stageopen3() {
hideallidsspot2()
hideallidsspot13()
hideallidsspot14()
mytimer1 = window.setTimeout("showdivspot1('stage3');",1); 
mytimer2 = window.setTimeout("hidedivspot1('stage3');",700); 
mytimer4 = window.setTimeout("showdivspot1('stage2');",700); 
mytimer5 = window.setTimeout("hidedivspot1('stage2');",900); 
mytimer5 = window.setTimeout("showdivspot2('eventsx');",900); 
}
function  stageopen4() {
hideallidsspot2()
hideallidsspot13()
hideallidsspot14()
mytimer1 = window.setTimeout("showdivspot1('stage3');",1); 
mytimer2 = window.setTimeout("hidedivspot1('stage3');",700); 
mytimer4 = window.setTimeout("showdivspot1('stage2');",700); 
mytimer5 = window.setTimeout("hidedivspot1('stage2');",900); 
mytimer5 = window.setTimeout("showdivspot2('staffx');",900); 
}
function  stageopen5() {
hideallidsspot2()
hideallidsspot13()
hideallidsspot14()
mytimer1 = window.setTimeout("showdivspot1('stage3');",1); 
mytimer2 = window.setTimeout("hidedivspot1('stage3');",700); 
mytimer4 = window.setTimeout("showdivspot1('stage2');",700); 
mytimer5 = window.setTimeout("hidedivspot1('stage2');",900); 
mytimer5 = window.setTimeout("showdivspot2('photosx');",900); 
}
function  stageopen6() {
hideallidsspot2()
hideallidsspot13()
hideallidsspot14()
mytimer1 = window.setTimeout("showdivspot1('stage3');",1); 
mytimer2 = window.setTimeout("hidedivspot1('stage3');",700); 
mytimer4 = window.setTimeout("showdivspot1('stage2');",700); 
mytimer5 = window.setTimeout("hidedivspot1('stage2');",900); 
mytimer5 = window.setTimeout("showdivspot2('noticesx');",900); 
}
function  stageopen7() {
hideallidsspot2()
hideallidsspot13()
hideallidsspot14()
mytimer1 = window.setTimeout("showdivspot1('stage3');",1); 
mytimer2 = window.setTimeout("hidedivspot1('stage3');",700); 
mytimer4 = window.setTimeout("showdivspot1('stage2');",700); 
mytimer5 = window.setTimeout("hidedivspot1('stage2');",900); 
mytimer5 = window.setTimeout("showdivspot2('registerx');",900); 
}
function  stageopen8() {
hideallidsspot2()
hideallidsspot13()
hideallidsspot14()
mytimer1 = window.setTimeout("showdivspot1('stage3');",1); 
mytimer2 = window.setTimeout("hidedivspot1('stage3');",700); 
mytimer4 = window.setTimeout("showdivspot1('stage2');",700); 
mytimer5 = window.setTimeout("hidedivspot1('stage2');",900); 
mytimer5 = window.setTimeout("showdivspot2('brochurex');",900); 
}
function hidexspot(id){	
	hidedivspot('yellowspotn');
	hidedivspot('yellowlight');
      hidedivspot('pinkspotn');
      hidedivspot('pinklight');
      hidedivspot('greenspotn');
      hidedivspot('greenlight');
      hidedivspot('bluespotn');
      hidedivspot('bluelight');
      hidedivspot('orangespotn');
      hidedivspot('orangelight');
      hidedivspot('purplespotn');
      hidedivspot('purplelight');
      hidedivspot('ltbluespotn');
      hidedivspot('ltbluelight');
      hidedivspot('redspotn');
      hidedivspot('redlight');
      hidedivspot('jadespotn');
      hidedivspot('jadelight');
}
var idsspot=new Array('yellowspotn','yellowspotf','yellowlight','pinkspotn','pinkspotf','pinklight','greenspotn','greenspotf','greenlight','bluespotn','bluespotf','bluelight','orangespotn','orangespotf','orangelight','purplespotn','purplespotf','purplelight','ltbluespotn','ltbluespotf','ltbluelight','redspotn','redspotf','redlight','jadespotn','jadespotf','jadelight');
function switchidspot(id){	
	hideallidsspot();
	showdivspot(id);
}
function hideallidsspot(){
		for (var i=0;i<idsspot.length;i++){
		hidedivspot(idsspot[i]);
	}		  
}

function hidedivspot(id) {
		if (document.getElementById) { // DOM3 = IE5, NS6
		document.getElementById(id).style.display = 'none';
	}
	else {
		if (document.layers) { // Netscape 4
			document.id.display = 'none';
		}
		else { // IE 4
			document.all.id.style.display = 'none';
		}
	}
}

function showdivspot(id) {
			  
	if (document.getElementById) { // DOM3 = IE5, NS6
		document.getElementById(id).style.display = 'block';
	}
	else {
		if (document.layers) { // Netscape 4
			document.id.display = 'block';
		}
		else { // IE 4
			document.all.id.style.display = 'block';
		}
	}
}

var idsspot1=new Array('stage1','stage2','stage3');
function switchidspot1(id){	
	hideallidsspot1();
	showdivspot1(id);
}

function hideallidsspot1(){
	for (var i=0;i<idsspot1.length;i++){
		hidedivspot1(idsspot1[i]);
	}		  
}

function hidedivspot1(id) {
		if (document.getElementById) { // DOM3 = IE5, NS6
		document.getElementById(id).style.display = 'none';
	}
	else {
		if (document.layers) { // Netscape 4
			document.id.display = 'none';
		}
		else { // IE 4
			document.all.id.style.display = 'none';
		}
	}
}

function showdivspot1(id) {
			  
	if (document.getElementById) { // DOM3 = IE5, NS6
		document.getElementById(id).style.display = 'block';
	}
	else {
		if (document.layers) { // Netscape 4
			document.id.display = 'block';
		}
		else { // IE 4
			document.all.id.style.display = 'block';
		}
	}
}


var idsspot2=new Array('home','mapx','classesx','preprex','preschx','pribalx','feesx2','storex','prijazx','pritapx','balletx','jazzx','tapx','prepointex','pointex','stretchx','musicthex','adultx','hiphopx','lyricalx','privatex','irishx','taptx','ceccx','feesx','feesx1','eventsx','staffx','photosx','noticesx','noticesx1','noticesx2','noticesx3','registerx','brochurex','galax');
function switchidspot2(id){	
	hideallidsspot2();
	showdivspot2(id);
}

function hideallidsspot2(){
	for (var i=0;i<idsspot2.length;i++){
		hidedivspot2(idsspot2[i]);
	}		  
}

function hidedivspot2(id) {
		if (document.getElementById) { // DOM3 = IE5, NS6
		document.getElementById(id).style.display = 'none';
	}
	else {
		if (document.layers) { // Netscape 4
			document.id.display = 'none';
		}
		else { // IE 4
			document.all.id.style.display = 'none';
		}
	}
}

function showdivspot2(id) {
			  
	if (document.getElementById) { // DOM3 = IE5, NS6
		document.getElementById(id).style.display = 'block';
	}
	else {
		if (document.layers) { // Netscape 4
			document.id.display = 'block';
		}
		else { // IE 4
			document.all.id.style.display = 'block';
		}
	}
}

var idsspot13=new Array('dphoto1x','dphoto2x','dphoto3x','dphoto4x','dphoto5x','dphoto6x','dphoto7x','dphoto8x','dphoto9x','dphoto10x','dphoto11x','dphoto12x','dphoto13x','dphoto14x');

function switchidspot13(id){	
	hideallidsspot13();
	showdivspot13(id);
}

function hideallidsspot13(){
		for (var i=0;i<idsspot13.length;i++){
		hidedivspot13(idsspot13[i]);
	}		  
}

function hidedivspot13(id) {
		if (document.getElementById) { // DOM3 = IE5, NS6
		document.getElementById(id).style.display = 'none';
	}
	else {
		if (document.layers) { // Netscape 4
			document.id.display = 'none';
		}
		else { // IE 4
			document.all.id.style.display = 'none';
		}
	}
}

function showdivspot13(id) {
			  
	if (document.getElementById) { // DOM3 = IE5, NS6
		document.getElementById(id).style.display = 'block';
	}
	else {
		if (document.layers) { // Netscape 4
			document.id.display = 'block';
		}
		else { // IE 4
			document.all.id.style.display = 'block';
		}
	}
}

var idsspot14=new Array('dphoto1xl','dphoto2xl','dphoto3xl','dphoto4xl','dphoto5xl','dphoto6xl','dphoto7xl','dphoto8xl','dphoto9xl','dphoto10xl','dphoto11xl','dphoto12xl','dphoto13xl','dphoto14xl');

function switchidspot14(id){	
	hideallidsspot14();
	showdivspot14(id);
}

function hideallidsspot14(){
		for (var i=0;i<idsspot14.length;i++){
		hidedivspot14(idsspot14[i]);
	}		  
}

function hidedivspot14(id) {
		if (document.getElementById) { // DOM3 = IE5, NS6
		document.getElementById(id).style.display = 'none';
	}
	else {
		if (document.layers) { // Netscape 4
			document.id.display = 'none';
		}
		else { // IE 4
			document.all.id.style.display = 'none';
		}
	}
}

function showdivspot14(id) {
			  
	if (document.getElementById) { // DOM3 = IE5, NS6
		document.getElementById(id).style.display = 'block';
	}
	else {
		if (document.layers) { // Netscape 4
			document.id.display = 'block';
		}
		else { // IE 4
			document.all.id.style.display = 'block';
		}
	}
}


