function showCase(i){
	var obj = document.getElementById('showcase');
	obj.src = i;
}
