function res()
{
if(screen.width < 1024)
window.location.href="preload.html";
else window.location.href="preload.html";
}