$(document).ready(function() {
	$('#mainAccordion').show().accordion({
		event: 'mouseover',
		header: 'h3'
	});
	
	var flashvars = {
		imagePath: "/images/image.jpg",
		videoPath: "/flash/tppSmall.flv",
		autoStart: "false",
		volAudio: "60",
		newWidth: "110",
		newHeight: "62",
		disableMiddleButton: "false",
		playSounds: "true",
		soundBarColor: "0xf7941e",
		barColor: "0xf7941e",
		barShadowColor: "0xf7941e", 
		subbarColor: "0xf7941e",
		allowFullScreen: "true"
	};
		
	
	swfobject.embedSWF("/flash/thumb.swf", "vidPreview", "110", "62", "9.0.0", "/flash/expressInstall.swf", flashvars);
});