var SW=window.screen.Width;
   if(SW < 681)  {window.location.reload('index1.html')}
   else  { if(SW > 1220) {window.location.reload('index3.html')};};

