<!--

if (screen.width <= 640) {
document.location = "difResindex.htm";
}

else if (screen.width <= 800) {
document.location = "difResindex.htm";
}



if (screen.width > 1024) {
document.location = "difResindex.htm";
}

//-->

