
// Image Swap
function SwitchPics(pic) {
	document.main.src="images/" + pic;
}


