$(document).ready(
	function() {
		$('.scroll').jScrollPane();
	}
);
/*window.onload=
	function() {
		$('.scroll').jScrollPane();
	}
;*/