$(function() {






$.nyroModalSettings({

    processHandler: function(settings) {



  from = settings.from;


 if (from && from.href && from.href.indexOf('newsletter') >= 0) {

  $.nyroModalSettings({
 height:'800',
width:'650'
})
}
 


 if (from && from.href && from.href.indexOf('.jpg') >= 0) {

  $.nyroModalSettings({
  type: 'image'
})
}
  

    if (from && from.href && from.href.indexOf('.flv') >= 0) {

        $.nyroModalSettings({

          type: 'swf',
          height: 600,
          width: 800,
          swf: { // Swf player options if swf type is used.
	  	FlashVars: 'flv=' + from.href + '&autoload=1&showstop=1&showvolume=1&showtime=1&showfullscreen=0&autoplay=1&height=600&width=800'
	  },

            url: "/wps/themes/html/Sacchi/jquery/player_flv.swf"


      });
      }







    }






  });
 


 











});


