// JavaScript Document

if (screen.width <= 1024) {
  document.write('<link rel="stylesheet" type="text/css" href=" /stylesheet_1024.css">');
  document.write('<link rel="stylesheet" type="text/css" href=" /style_itemdesc_1024.css">');
}
else if (screen.width > 1024) {
  document.write('<link rel="stylesheet" type="text/css" href=" /stylesheet.css">');
  document.write('<link rel="stylesheet" type="text/css" href=" /style_itemdesc.css">');
}

