if (screen.width < 1280)
	document.write('<link rel="stylesheet" href="control/1280.css" type="text/css">');	
if (screen.width >= 1280)
	document.write('<link rel="stylesheet" href="control/1440.css" type="text/css">');
