function mouseOver(obj) {
	obj.style.backgroundColor = '#2F3035';
	obj.style.backgroundImage = 'url(/_file/image/g-bg-r.gif)';
}

function mouseOut(obj) {
	obj.style.backgroundColor = '#000000';
	obj.style.backgroundImage = 'url(/_file/image/g-bg-b.gif)';
}

var body1 = document.getElementById('body');
//body1.style.background = '';