function changeImg(string){

	document.bigimage.src=string;
	
	return;
	
}
