function changeBackground(bg) {

	if (bg == 2380) {
		$('body').css('backgroundImage', 'url(\'http://www.iiyama.com/storage/banners/iiyamaforever_bck.jpg\')');
		$('body').css('backgroundRepeat', 'no-repeat');
		$('body').css('backgroundPosition', 'center top');
	} 
	
	else if (bg == 2240) {
		$('body').css('backgroundImage', 'url(\'http://www.iiyama.com/storage/banners/x2472hd_bck.jpg\')');
		$('body').css('backgroundRepeat', 'no-repeat');
		$('body').css('backgroundPosition', 'center top');
	} else {
		$('body').css('backgroundImage', 'url(\'http://www.iiyama.com/img/main/mbck_body.png\')');
		$('body').css('backgroundRepeat', 'repeat-x');
		$('body').css('backgroundPosition', 'left top');
	}

}
