var availWidth = window.screen.availWidth;
if (availWidth < 1200){
	setActiveStyleSheet('second');
}
