if(document.all)
wd = screen.width;
else
wd=window.innerWidth;

if(wd==800)
{
	document.write('<BODY BACKGROUND="http://www.india-tours-travel.co.in/northindia/gifs/bg800.gif">');
}
else if(wd==1024)
{
	document.write('<BODY BACKGROUND="http://www.india-tours-travel.co.in/northindia/gifs/bg1024.gif">');
}
else if(wd==1280)
{
	document.write('<BODY BACKGROUND="http://www.india-tours-travel.co.in/northindia/gifs/bg1280.gif">');
}

