// JavaScript Document

if (screen.availWidth <=800) {
document.write('<link rel="stylesheet" href="../../style/res_low.css" type="text/css">'); 	
	}
	
else if (screen.availWidth >=1280) {
document.write('<link rel="stylesheet" href="../../style/res_high.css" type="text/css">'); 	
	}

else {
document.write('<link rel="stylesheet" href="../../style/res_m.css" type="text/css">'); 	
	}