// ------------------------------------------------------------------------------------------------------------------
// utilisé par le mul d'image des occasions
// ------------------------------------------------------------------------------------------------------------------

AC_FL_RunContent = 0;
$(function()
{
	$.fn.nyroModal.settings.processHandler = function(settings)
	{
		var from = settings.from;
		if (from && from.href )
		{
			$.nyroModalSettings({
				type: 'swf',
				height: 656,
				width: 800,
				url: '/parqueOccasion.swf' ,
				bgColor: '#000000',
				css: { // Default CSS option for the nyroModal Div. Some will be overwritten or updated when using IE6
				bg: {
				  zIndex: 100,
				  position: 'fixed',
				  top: 0,
				  left: 0,
				  height: '100%',
				  width: '100%'
				},
				wrapper: {
				  zIndex: 101,
				  position: 'fixed',
				  top: '50%',
				  left: '50%',
				  background: '#000000',
				  border: 'solid 1px #cccccc'
				},
				wrapper2: {
				},
				content: {
				  overflow: 'auto'
				},
				loading: {
				  zIndex: 102,
				  position: 'fixed',
				  top: '50%',
				  left: '50%',
				  marginTop: '-50px',
				  marginLeft: '-50px',
				  background: '#000000'
				}
			  }

				
			});
		}
	};
});

