<!--

function PositionBG(){
	if(screen.width > 1024){
		document.body.style.backgroundImage = 'url(images/bg_twig.gif)';
	}
}

// -->