// JavaScript Document
function height(){
if(screen.height>890){
	document.getElementById('aa').id='foot2';
	alert(document.getElementById('aa').id);
}
}
