

/* Mouse Over Script */
function flip(id,img) {
	document.getElementById(id).src=img
}

