$(function () {
	$('#reset').click(function () {
		$('#regFormForExhibitor')[0].reset();
	});

	try {
		$('div#content').jScrollPane({scrollbarWidth:14, dragMaxHeight:120, dragMinHeight:120, showArrows:true, arrowSize:14});
	} catch (e) {}
});