function bigImgChange(x) {

	var y = x;
	
	document.write(y);

	// document.getElementById('bigImg').img.src = '!img/large/' y;

}