window.onresize = function(){
	if(window.innerWidth <= 999){
		setActiveStyleSheet('1024');
	} else {
		setActiveStyleSheet('');
	}
}