function rollover(id, img) {
	picture = new Image();
	picture.src = img;
	window.document.images[id].src = picture.src;
}
