﻿function fSwitch(id,n){
	document.getElementById(id).src="Images/"+n;
}