$(document).ready(function () {
	$('a#simplemodal').click(function (e) {
			e.preventDefault();
			
		swfobject.embedSWF("flash/acrc_works.swf", "flashcontent", "573", "400", "9.0.0", "", false, false, false);
		$('#howvideo').modal({
			minHeight:403,
			maxHeight:403,
			minWidth:573,
			maxWidth:573,
			overlay:80,
			overlayClose:true
		});
	});
});