
function setLayout()
{
  var screenWidth = window.screen.width;

  if (screenWidth < 1024)
  {
	document.styleSheets(0).href = "http://alliance-oxygen.com/content.css";
	mainlogo.src = "http://alliance-oxygen.com/images/logosmall.jpg";
  }

  reset();
}
