$(function() {
	
	//$("#program_panes").scrollable({ circular: true, mousewheel: true }).navigator({
//
//		// select #flowtabs to be used as navigator
//		navi: "#program_tabs",
//
//		// select A tags inside the navigator to work as items (not direct children)
//		naviItem: 'a',
//
//		// assign "current" class name for the active A tag inside navigator
//		activeClass: 'current',
//
//		// make browser's back button work
//		history: true
//
//	});
	
//	$("#info-panes").scrollable({ circular: true, mousewheel: true }).navigator({
//
//		// select #flowtabs to be used as navigator
//		navi: "#info-tabs",
//
//		// select A tags inside the navigator to work as items (not direct children)
//		naviItem: 'a',
//
//		// assign "current" class name for the active A tag inside navigator
//		activeClass: 'current',
//
//		// make browser's back button work
//		history: false
//
//	}).autoscroll({
//		interval: 5000		
//	});
	
	//$("#sub_program_panes").scrollable({ circular: true, mousewheel: true }).navigator({
//
//		// select #flowtabs to be used as navigator
//		navi: "#sub_program_tabs",
//
//		// select A tags inside the navigator to work as items (not direct children)
//		naviItem: 'a',
//
//		// assign "current" class name for the active A tag inside navigator
//		activeClass: 'current',
//
//		// make browser's back button work
//		history: true
//
//	});
//	
//		// initialize tooltip
//	$(".fp_program-right a[title]").tooltip({
//	
//	   // tweak the position
//	   offset: [10, 2],
//	
//	   // use the "slide" effect
//	   effect: 'slide'
//	
//	// add dynamic plugin with optional configuration for bottom edge
//	}).dynamic({ bottom: { direction: 'down', bounce: true } });

	
});
