function chgImg(url){
		document.getElementById("bigImage").src = url;
}
function chgImg2(url){
		document.getElementById("bigImage2").src = url;
}