<!--
if (screen.width == 1024) { 
  document.write("<link rel=\"stylesheet\" type=text/css href=\"style/style_1024.css\">");
} 
if (screen.width == 1152) { 
  document.write("<link rel=\"stylesheet\" type=text/css href=\"style/style_1152.css\">");
} 
if (screen.width == 1280) { 
  document.write("<link rel=\"stylesheet\" type=text/css href=\"style/style_1280.css\">");
} 
else { 
  document.write("<link rel=\"stylesheet\" type=text/css href=\"style/style_default.css\">");
} 
//-->
