$(function() {
  $.nyroModalSettings({
    processHandler: function(settings) {
      var from = settings.from;
      if (1) {$.nyroModalSettings({});
      }
    }
  });

       $('#PriceCalc').click(function(e) {
			
			$.nyroModalManual({
				bgColor: 'BLACK',	
				url: 'https://secure.dynawebs.net/html/swf/mediasignage/MSPriceCalcV4.swf',			
				windowResize: true,
				type: 'swf',
				height: 302,
				wmode: 'transparent',
				width: 574
			});
			return false;
		})

       $('#Picture402').click(function(e) {
			
			$.nyroModalManual({
				bgColor: 'BLACK',	
				url: 'https://secure.dynawebs.net/html/swf/mediasignage/MSServerCalc.swf',			
				windowResize: true,
				type: 'swf',
				height: 302,
				wmode: 'transparent',
				width: 574
			});
			return false;
		})



       $('#PriceGraph').click(function(e) {
			
			$.nyroModalManual({
				bgColor: 'BLACK',	
				url: 'https://secure.dynawebs.net/html/swf/mediasignage/MSPriceChartV2.swf',			
				windowResize: true,
				type: 'swf',
				height: 500,
				wmode: 'transparent',
				width: 730
			});
			return false;
		})

		
      $('#Nyro_lightBox_CallUS').click(function(e) {
			
			$.nyroModalManual({
				bgColor: 'BLACK',	
				url: 'http://mediasignage.com/html/call_us.html',			
				windowResize: true,
				height: 200,
				width: 100
			});
			return false;
		})

      $('#SignagePlayerVersions').click(function(e) {
			
			$.nyroModalManual({
				bgColor: 'BLACK',	
				url: 'http://mediasignage.com/html/signageplayer_versions.html',			
				windowResize: true,
				height: 580,
				width: 550
			});
			return false;
		})

      $('#CloudOverview').click(function(e) {
		
			$.nyroModalManual({
				bgColor: 'BLACK',	
				url: 'http://mediasignage.com/html/cloud_computing.html',			
				windowResize: true,
				height: 400,
				width: 600
			});
			return false;
		})

      $('#CloudOverview2').click(function(e) {
		
			$.nyroModalManual({
				bgColor: 'BLACK',	
				url: 'http://mediasignage.com/html/cloud_computing2.html',			
				windowResize: true,
				height: 354,
				width: 600
			});
			return false;
		})
      $('#mediaCloudPlay').click(function(e) {
		
			$.nyroModalManual({
				bgColor: 'BLACK',	
				url: 'http://mediasignage.com/html/cloud_computing3.html',			
				windowResize: true,
				height: 354,
				width: 600
			});
			return false;
		})

     $('#mediaAdNet').click(function(e) {
		
			$.nyroModalManual({
				bgColor: 'BLACK',	
				url: 'http://mediasignage.com/html/media_adnet_video.html',			
				windowResize: true,
				height: 354,
				width: 600
			});
			return false;
		})

     $('#mcloudVsServert').click(function(e) {
		
			$.nyroModalManual({
				bgColor: 'BLACK',	
				url: 'http://mediasignage.com/html/cloud_vs_server_video.html',			
				windowResize: true,
				height: 354,
				width: 600
			});
			return false;
		})


			
      $('#captureCard').click(function(e) {
		
			$.nyroModalManual({
				bgColor: 'BLACK',	
				url: 'http://mediasignage.com/assets/images/l_cap.png',			
				windowResize: true,
				height: 500,
				width: 540
			});
			return false;
		})


      $('#mediaBOXImages').click(function(e) {
		
			$.nyroModalManual({
				bgColor: 'BLACK',	
				url: 'http://mediasignage.com/html/sign_player.html',			
				windowResize: true,
				height: 600,
				width: 800
			});
			return false;
		})

      $('#sericeVSserver').click(function(e) {
		
			$.nyroModalManual({
				bgColor: 'BLACK',	
				url: 'http://mediasignage.com/html/service_vs_server.html',			
				windowResize: true,
				height: 300,
				width: 500
			});
			return false;
		})

      $('#QuickIntro').click(function(e) {
		
			$.nyroModalManual({
				bgColor: 'WHITE',	
				url: 'http://MediaSignage.com/videos/MediaSignageIntroduction.flv',			
				type: 'swf',
				windowResize: true,
				height: 350,
				width: 800
			});
			return false;
		})

      $('#CaptureDongle').click(function(e) {
		
			$.nyroModalManual({
				bgColor: 'BLACK',	
				url: 'http://mediasignage.com/assets/images/capturedongle.png',			
				height: 655,
				width: 1206,
				windowResize: false
			});
			return false;
		})

     $('#CaptureDevice').click(function(e) {
		
			$.nyroModalManual({
				bgColor: 'BLACK',	
				url: 'http://mediasignage.com/assets/images/mediaCAP.png',			
				height: 553,
				width: 700,
				windowResize: false
			});
			return false;
		})

     $('#resellerOffer').click(function(e) {
		
			$.nyroModalManual({
				url: 'http://mediasignage.com/html/popup_special.html',			
				height: 370,
				width: 600,
				windowResize: false
			});
			return false;
		})

     $('#dseimg').click(function(e) {
		
			$.nyroModalManual({
				url: 'http://mediasignage.com/assets/images/DSE_LASVEGAS.png',			
				type: 'image',
				height: 419,
				width: 764,
				windowResize: false
			});
			return false;
		})



     $('#trex600').click(function(e) {

                        $.nyroModalManual({
                                url: 'http://www.helihobby.com/v/partsfinder/Trex600PanZoom.html',
                                type: 'image',
                                height: 750,
                                width: 1165,
                                windowResize: true
                        });
                        return false;
                })

});







