var wd=screen.width;
var isNS = (navigator.appName == "Netscape");
if(wd == 800)
{
if(isNS)
	{
	document.write('<BODY BACKGROUND="/gifs/bg-800.jpg">');
	}
else{
	document.body.background = "/gifs/bg-800.jpg";
}

}
if(wd == 1024)
{
if(isNS)
	{
	document.write('<BODY BACKGROUND="/gifs/bg-1024.jpg">');
		}
else{
	document.body.background = "/gifs/bg-1024.jpg";
	document.images['img1'].src="/gifs/kerala-house-boat-top2.jpg";
	document.images['img2'].src="/gifs/kerala-house-boat-mdl2.jpg";
	document.images['img3'].src="/gifs/kerala-house-boat-btm2.jpg";
	
}

}


if(wd == 1280)
{
if(isNS)
	{
	document.write('<BODY BACKGROUND="/gifs/bg-1280.jpg">');
		}
else{
	document.body.background = "/gifs/bg-1280.jpg";
	document.images['img1'].src="/gifs/bg-big1.jpg";
	document.images['img2'].src="/gifs/bg-big-middle.jpg";
	document.images['img3'].src="/gifs/bg-big-bottom.jpg";
	
}

}