
function showimage (img) {
	$('#images img').hide();
	$('#'+img).show();
}

