if (screen.availWidth < "1024")
window.location='index1.html';
if (screen.availWidth >= "1024" && screen.availWidth < "1200")
window.location='index2.html';
if (screen.availWidth >= "1200")
window.location='index3.html';
