
function setLayout()
{
  var screenWidth = screen.width;

  if (screenWidth < 1024)
  {
	document.styleSheets(0).href = "../../content.css";
	mainlogo.src = "../../images/logosleepsmall.jpg";
  }
  
  reset();
}

