$(function()
{
	//initScroll();
});

function initScroll()
{
	$('.scrollable').jScrollPane({showArrows:true});
}