
if (screen.width <= 800 && screen.height <= 600)
 document.writeln("<LINK REL=STYLESHEET type='text/css' HREF='css2010-800600.css'>"); 


if (screen.width >= 801 && screen.height >= 601)
 document.writeln("<LINK REL=STYLESHEET type='text/css' HREF='css2010.css'>"); 


var idsspot=new Array('home','homebg','eventsx', 'storex', 'classesx','preprex','preschx','pribalx','balletx','ceccx','prepointex','pointex','prijazx','jazzx','lyricalx','hiphopx','pritapx','tapx','stretchx','musthex','privatex','adultx','feesx','fees2x','noticesx');
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';
		}
	}
}


function hidexspot(id){	
	hidedivspot('home');
	hidedivspot('eventsx');
	hidedivspot('storex');
	hidedivspot('classesx');
	hidedivspot('preprex');
	hidedivspot('preschx');
	hidedivspot('pribalx');
	hidedivspot('balletx');
	hidedivspot('ceccx');
	hidedivspot('prepointex');
	hidedivspot('pointex');
	hidedivspot('prijazx');
	hidedivspot('jazzx');
	hidedivspot('lyricalx');
	hidedivspot('hiphopx');
	hidedivspot('pritapx');
	hidedivspot('tapx');
	hidedivspot('stretchx');
	hidedivspot('musthex');
	hidedivspot('privatex');
	hidedivspot('adultx');
	hidedivspot('feesx');
	hidedivspot('fees2x');
	hidedivspot('noticesx');
	

	}







