$(document).ready(function(){
 $('#no_js_submit').hide();
 $('#trip_form').submit(function(){
		$('input:submit').hide();
    $('.postmsg').append('<p>Processing your details ... please wait as uploading large photos may take some time</p>');
    $('#process_gif').show();
 });
});

$(document).ready(function(){
 $('#T7').MultiFile({ 
  list: '#T7-list'
 }); 
});



