			$(function()
			{
				$('#back').css("height",250).css("width", 250).jScrollPane({showArrows:true, scrollbarWidth: 15, arrowSize: 16});
				$('#panea').css("height",250).css("width", 690).jScrollPane({showArrows:true, scrollbarWidth: 15, arrowSize: 16});
				$('#paneb').css("height",250).css("width", 690).jScrollPane({showArrows:true, scrollbarWidth: 15, arrowSize: 16}).parents('#b_ablock').hide();
				
			});
			

