/**
 * Created by JetBrains PhpStorm.
 * User: samy
 * Date: 16.01.12
 * Time: 12:50
 * To change this template use File | Settings | File Templates.
 */

function jSubmitGallery(formid) {
	$.post('ajax/ajax_gallery.php', $('#'+formid).serialize(), function(data) {
		$('#thisCont').html(data);
	});
}
