
function imageSwitch (control, sImageURL)
{	
	control.src = sImageURL;	
}
