function wP( point ) {
	$('.mt').hide();
	$('#mt-'+point).fadeIn();
}

$(function() {
	wP(0);
});