// Begin jMedia Components
$(document).ready(function() {
	$("#QuickTime2").media({width: 328, height: 267,
		src: '../assets/multimedia/Without_3M_Film.mov',
		autoplay: true,
		params: { volume: '4', cache: 'true', controller: 'true', loop: 'true' }
	});
});
$(document).ready(function() {
	$("#QuickTime1").media({width: 328, height: 268,
		src: '../assets/multimedia/With_3M_Blast_Film.mov',
		autoplay: true,
		params: { volume: '0', cache: 'true', controller: 'true', loop: 'true' }
	});
});
// End jMedia Components

