function menubg() {
	if (document.getElementById('addobj')) {
		document.getElementById('addobj').style.background='url(/_images/sprite_leftblocks_gray.jpg) 0 0 repeat-y';
	} else {
		return;
	}
}
