	function campWin(){
		campWindow = window.open("./ani_sub.html","campwin","width=620,height=450,scrollbars=yes,resizable=yes");
		if(campWindow && !campWindow.closed){	
			campWindow.focus();
			}
}

function newsA(){
	sss= './newsA.html';
	news = window.open(sss,'newsWin','width=460,height=490,scrollbars=yes,resizable=yes');
	if(news && !news.closed){
		news.focus();
	}
}
