// SWITCH VIEW

function switchView(parent, id) {
	$(parent).childElements().each(Element.hide);	
	$(id).show();	
}
