			$(function()
			{
				$('#hide1').show();
				$('#hide2').show();
				$('#hide3').show();
				$('#hide4').show();
				$('#scroll1').css("height",260).css("width", 200).jScrollPane({showArrows:true, scrollbarWidth: 15, arrowSize: 16}).parents('#hide1').hide();			
				$('#scroll2').css("height",260).css("width", 200).jScrollPane({showArrows:true, scrollbarWidth: 15, arrowSize: 16}).parents('#hide2').hide();
				$('#scroll3').css("height",260).css("width", 200).jScrollPane({showArrows:true, scrollbarWidth: 15, arrowSize: 16}).parents('#hide3').hide();			
				$('#scroll4').css("height",260).css("width", 200).jScrollPane({showArrows:true, scrollbarWidth: 15, arrowSize: 16}).parents('#hide4').hide();
	
			});