//details.view.js
$(document).ready(function() {
	$('#factsheet .functions .csc-textpic-imagerow:first').show(0);
});
