


jQuery(function()
			{
				jQuery('#pane1').jScrollPane({scrollbarWidth:20});
					jQuery('#pane2').jScrollPane({scrollbarWidth:20});
					jQuery('#pane3').jScrollPane({scrollbarWidth:20});
				//jQuery('#pane2').jScrollPane({showArrows:true});
				//jQuery('#pane3, #pane4').jScrollPane({scrollbarWidth:20, scrollbarMargin:10});
			});