$(document).ready(function() {
	
	// Initialize eControl plugin
	$('.well').econtrol({
		showcontrolbox: false,
		calldelay: 200,
		callmode: 'ajax',
		statesfromhash: true,
		refreshwells: false,
		callurl: '"/wells/"+well+"_control.cfm?state\="+state+"&page\="+page+"&slide\="+slide', 
		fbpath:	'"/wells/fb_control.cfm?page="+page',
		autoHeight: true,
		autoHeightEaseDuration: 1000,
		autoHeightEaseFunction: "easeInOutExpo",
		firstPanelToLoad: 1,
		panelTitleSelector: "h2.title",
		slideEaseDuration: 1000,
		slideEaseFunction: "easeInOutExpo"			
	});

	
	// Build a control box and update all states triggers
	//$('.well').econtrol('refresh_state_control');
	
});
