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

