if (screen.width > 1024)  {
  document.write('<link rel="stylesheet" type="text/css" href="../../szeles.css">');
}
if (screen.width <= 1024)  {
  document.write('<link rel="stylesheet" type="text/css" href="../../alap.css">');
}
