// JavaScript Document
	$(document).ready(function()
		{
			$('#tabs').tabs({fx: {opacity:'toggle'}});
			$('#tabs ul li a').click(function () {location.hash = $(this).attr('href');});
			$('.scroll-pane').jScrollPane({showArrows:true, scrollbarWidth: 20});
			$('.scroll-pane2').jScrollPane({showArrows:true, scrollbarWidth: 20});
			$("#tabs > ul").tabs();
		});	

