$(document).ready(function() {

$('.contentClickable').click(function() {

if ($(this).hasClass('contentCurrent')){return false}

$('.contentClickable').removeClass('contentCurrent');
$(this).addClass('contentCurrent');

var n = $('.contentClickable').index(this);

$('.contentCurrentBlock').hide();
$('.contentBlockInfo').removeClass('contentCurrentBlock');
$('.contentBlockInfo:eq('+n+')').show();
$('.contentBlockInfo:eq('+n+')').addClass('contentCurrentBlock');

return false;

}); 

$('#images img').hide();
$('#texts div').hide();
$('.map').hide();
$('#images .1').show();
$('#texts .1').show();

$('.f1').click(
function() {
$('.f1-o').slideToggle('300');
}
);

$('.f2').click(
function() {
$('.f2-o').slideToggle('300');
}
);

$('.f3').click(
function() {
$('.f3-o').slideToggle('300');
}
);

$('#nav .1').click(
function() {
$('#images img').fadeOut(300);
$('#images .1').fadeIn(300);
$('#texts div').hide();
$('#texts .1').show();
}
);

$('#nav .2').click(
function() {
$('#images img').fadeOut(300);
$('#images .2').fadeIn(300);
$('#texts div').hide();
$('#texts .2').show();
}
);

$('#nav .3').click(
function() {
$('#images img').fadeOut(300);
$('#images .3').fadeIn(300);
$('#texts div').hide();
$('#texts .3').show();
}
);

$('#nav .4').click(
function() {
$('#images img').fadeOut(300);
$('#images .4').fadeIn(300);
$('#texts div').hide();
$('#texts .4').show();
}
);

$('#nav .5').click(
function() {
$('#images img').fadeOut(300);
$('#images .5').fadeIn(300);
$('#texts div').hide();
$('#texts .5').show();
}
);

$('#nav .6').click(
function() {
$('#images img').fadeOut(300);
$('#images .6').fadeIn(300);
$('#texts div').hide();
$('#texts .6').show();
}
);

$('#nav .7').click(
function() {
$('#images img').fadeOut(300);
$('#images .7').fadeIn(300);
$('#texts div').hide();
$('#texts .7').show();
}
);

$('#nav .8').click(
function() {
$('#images img').fadeOut(300);
$('#images .8').fadeIn(300);
$('#texts div').hide();
$('#texts .8').show();
}
);

$('#nav .9').click(
function() {
$('#images img').fadeOut(300);
$('#images .9').fadeIn(300);
$('#texts div').hide();
$('#texts .9').show();
}
);

$('#nav .10').click(
function() {
$('#images img').fadeOut(300);
$('#images .10').fadeIn(300);
$('#texts div').hide();
$('#texts .10').show();
}
);

$('#nav .11').click(
function() {
$('#images img').fadeOut(300);
$('#images .11').fadeIn(300);
$('#texts div').hide();
$('#texts .11').show();
}
);

$('#nav .12').click(
function() {
$('#images img').fadeOut(300);
$('#images .12').fadeIn(300);
$('#texts div').hide();
$('#texts .12').show();
}
);

$('#nav .13').click(
function() {
$('#images img').fadeOut(300);
$('#images .13').fadeIn(300);
$('#texts div').hide();
$('#texts .13').show();
}
);

$('#nav .14').click(
function() {
$('#images img').fadeOut(300);
$('#images .14').fadeIn(300);
$('#texts div').hide();
$('#texts .14').show();
}
);

$('#nav .15').click(
function() {
$('#images img').fadeOut(300);
$('#images .15').fadeIn(300);
$('#texts div').hide();
$('#texts .15').show();
}
);

$('#nav .16').click(
function() {
$('#images img').fadeOut(300);
$('#images .16').fadeIn(300);
$('#texts div').hide();
$('#texts .16').show();
}
);

});
