function showView(view) {
	Shadowbox.open(document.getElementById('view_' + view));
}