function veziCV(user_id) {
	$('#overlay').slideDown(10, function() {
		$('#cv-content').slideDown(slideDownSpeed);
	});
}

