if (screen.width >= 1025)
{parent.location.href='index3.html'}
if (screen.width == 1024)
{parent.location.href='index1.html'}
if (screen.width <= 800)
{parent.location.href='index2.html'}

