$(document).ready(function() {
	$("#toggle_info").click(function () {
		$("#tehnic").toggle('slow');
    });
});
