// JavaScript Document

jQuery(function() {
	// #myFlashVars is the selector
	$('#leftMostImageWrap').flash(
		{
			// test_flashvars.swf is the flash document
			swf: '/images/montage/flash/left.swf',
			width: 154,
			height: 207,
		}
	);
	// #myFlashVars is the selector
	$('#leftMidImageWrap').flash(
		{
			// test_flashvars.swf is the flash document
			swf: '/images/montage/flash/left1a.swf',
			width: 193,
			height: 352,
		}
	);
	// #myFlashVars is the selector
	$('#midTopImageWrap').flash(
		{
			// test_flashvars.swf is the flash document
			swf: '/images/montage/flash/midtopnew.swf',
			width: 256,
			height: 199,
		}
	);
	// #myFlashVars is the selector
	$('#midBottomImageWrap').flash(
		{
			// test_flashvars.swf is the flash document
			swf: '/images/montage/flash/midbottom.swf',
			width: 524,
			height: 190,
		}
	);
	// #myFlashVars is the selector
	$('#rightBottomImageWrap').flash(
		{
			// test_flashvars.swf is the flash document
			swf: '/images/montage/flash/right.swf',
			width: 151,
			height: 190,
		}
	);
});

