onload = function()
{
	if(document.all)
	{
		document.getElementById('window').style.background = 'url(img/home.jpg) right top no-repeat fixed';
	}
	else
	{
		document.getElementById('window').style.background = 'url(img/home.jpg) right top no-repeat';
	}
}