function reloadJScrollPane(){
	jQuery('#content').jScrollPane({showArrows:true, scrollbarWidth:11});
}

jQuery(function(){
	reloadJScrollPane();
});
