var MPCurrentVarJS = '';
jQuery(document).ready(function($){
	
	// width-variable HTML content (by Ajax)
	var opts = {
		minWidth: 481,
		narrowData: '/nav-garland-mobile.php',
		wideData: '/nav-garland.php',
		dataImportType: 'ajax',
		listen: true,
		defaultKey: 'wide'
	};
	$('#varNav').mpWToggle(opts);
	
	// width-variable HTML content (by Ajax)
	var opts = {
		minWidth: 481,
		narrowData: '/footer-garland-mobile.php',
		wideData: '/footer-garland.php',
		dataImportType: 'ajax',
		listen: true,
		defaultKey: 'wide'
	};
	$('#varFooter').mpWToggle(opts);
	
	// width-variable HTML content (by Ajax)
	var opts = {
		minWidth: 481,
		narrowData: '/rep-links.php',
		wideData: '/rep-map.php',
		dataImportType: 'ajax',
		listen: true,
		defaultKey: 'wide'
	};
	$('#varRep').mpWToggle(opts);
	
	// width-variable HTML content (by Ajax)
	var opts = {
		minWidth: 481,
		narrowData: '/history-portrait.php',
		wideData: '/history-landscape.php',
		dataImportType: 'ajax',
		listen: true,
		defaultKey: 'wide'
	};
	$('#varTimeline').mpWToggle(opts);

	
});
