// Begin jMedia Components
$(document).ready(function() {
	$("#QuickTime1").media({width: 240, height: 196,
		src: '../../../Three_Ds/Real-time_Visualization/Modeling_MOV/ESC_Real-time_Modeling.mov',
		autoplay: true,
		params: { volume: '256', cache: 'true', controller: 'true', loop: 'true' }
	});
});
$(document).ready(function() {
	$("#QuickTime2").media({width: 240, height: 196,
		src: '../../../Three_Ds/Real-time_Visualization/Modeling_MOV/The_ESC_Baltimore_Alternatives.mov',
		autoplay: true,
		params: { volume: '256', cache: 'true', controller: 'true', loop: 'true' }
	});
});
// End jMedia Components

