function swap(url) {
	document.getElementById('main-img').src=url;
}