// Search Wizards js file
function switchImage(target, img)
{
	document.getElementById(target).src = img;
}
