/*
 Gallery script > gaffatejp #2
*/

function switchImage(src)
{
	document.getElementById("m1").src = src;
}