$(document).ready(function(){

	$('#imageBig').click(function(){
		$('#form').submit();
	});

});
