	function show(offset) {
		// document.getElementById("image_span").style.backgroundImage="URL(images/menu_sprites.gif)";
		document.getElementById("image_span").style.backgroundPosition="0 -" + offset + "px";
	}

