function imageSwap(location,imageName){
	if(document.images) document.images[location].src=eval(imageName+'.src');
}