// Begin jMedia Components
$(document).ready(function() {
	$("#QuickTime2").media({width: 103, height: 114,
		src: '../Implantate/Implantataufbau2.wmv',
		autoplay: true,
		params: { volume: '250', cache: 'true', controller: 'true', loop: 'true' }
	});
});
// End jMedia Components

