$().ready(function() {

  $('#ex1')
  .jqm({ajax: 'popups/maszty01.html', 
  trigger: 'a.ex1trigger',


      overlay: 1,
      onShow: function(h) {
        /* callback executed when a trigger click. Show notice */
        h.w.css('opacity',1).fadeIn(); 
        },
      onHide: function(h) {
        /* callback executed on window hide. Hide notice, overlay. */
        h.w.fadeOut("slow",function() { if(h.o) h.o.remove(); }); } 
      });
});


$().ready(function() {

  $('#ex2')
  .jqm({ajax: 'popups/maszty02.html', 
  trigger: 'a.ex2trigger',


      overlay: 1,
      onShow: function(h) {
        /* callback executed when a trigger click. Show notice */
        h.w.css('opacity',1).fadeIn(); 
        },
      onHide: function(h) {
        /* callback executed on window hide. Hide notice, overlay. */
        h.w.fadeOut("slow",function() { if(h.o) h.o.remove(); }); } 
      });
});




$().ready(function() {

  $('#ex1de')
  .jqm({ajax: 'popups/maszty01_de.html', 
  trigger: 'a.ex1detrigger',


      overlay: 1,
      onShow: function(h) {
        /* callback executed when a trigger click. Show notice */
        h.w.css('opacity',1).fadeIn(); 
        },
      onHide: function(h) {
        /* callback executed on window hide. Hide notice, overlay. */
        h.w.fadeOut("slow",function() { if(h.o) h.o.remove(); }); } 
      });
});


$().ready(function() {

  $('#ex2de')
  .jqm({ajax: 'popups/maszty02_de.html', 
  trigger: 'a.ex2detrigger',


      overlay: 1,
      onShow: function(h) {
        /* callback executed when a trigger click. Show notice */
        h.w.css('opacity',1).fadeIn(); 
        },
      onHide: function(h) {
        /* callback executed on window hide. Hide notice, overlay. */
        h.w.fadeOut("slow",function() { if(h.o) h.o.remove(); }); } 
      });
});







$().ready(function() {

  $('#ex1eng')
  .jqm({ajax: 'popups/maszty01_eng.html', 
  trigger: 'a.ex1engtrigger',


      overlay: 1,
      onShow: function(h) {
        /* callback executed when a trigger click. Show notice */
        h.w.css('opacity',1).fadeIn(); 
        },
      onHide: function(h) {
        /* callback executed on window hide. Hide notice, overlay. */
        h.w.fadeOut("slow",function() { if(h.o) h.o.remove(); }); } 
      });
});


$().ready(function() {

  $('#ex2eng')
  .jqm({ajax: 'popups/maszty02_eng.html', 
  trigger: 'a.ex2engtrigger',


      overlay: 1,
      onShow: function(h) {
        /* callback executed when a trigger click. Show notice */
        h.w.css('opacity',1).fadeIn(); 
        },
      onHide: function(h) {
        /* callback executed on window hide. Hide notice, overlay. */
        h.w.fadeOut("slow",function() { if(h.o) h.o.remove(); }); } 
      });
});


$().ready(function() {

  $('#ex1es')
  .jqm({ajax: 'popups/maszty01_es.html', 
  trigger: 'a.ex1estrigger',


      overlay: 1,
      onShow: function(h) {
        /* callback executed when a trigger click. Show notice */
        h.w.css('opacity',1).fadeIn(); 
        },
      onHide: function(h) {
        /* callback executed on window hide. Hide notice, overlay. */
        h.w.fadeOut("slow",function() { if(h.o) h.o.remove(); }); } 
      });
});


$().ready(function() {

  $('#ex2es')
  .jqm({ajax: 'popups/maszty02_es.html', 
  trigger: 'a.ex2estrigger',


      overlay: 1,
      onShow: function(h) {
        /* callback executed when a trigger click. Show notice */
        h.w.css('opacity',1).fadeIn(); 
        },
      onHide: function(h) {
        /* callback executed on window hide. Hide notice, overlay. */
        h.w.fadeOut("slow",function() { if(h.o) h.o.remove(); }); } 
      });
});

$().ready(function() {

  $('#ex1bu')
  .jqm({ajax: 'popups/maszty01_bu.html', 
  trigger: 'a.ex1butrigger',


      overlay: 1,
      onShow: function(h) {
        /* callback executed when a trigger click. Show notice */
        h.w.css('opacity',1).fadeIn(); 
        },
      onHide: function(h) {
        /* callback executed on window hide. Hide notice, overlay. */
        h.w.fadeOut("slow",function() { if(h.o) h.o.remove(); }); } 
      });
});


$().ready(function() {

  $('#ex2bu')
  .jqm({ajax: 'popups/maszty02_bu.html', 
  trigger: 'a.ex2butrigger',


      overlay: 1,
      onShow: function(h) {
        /* callback executed when a trigger click. Show notice */
        h.w.css('opacity',1).fadeIn(); 
        },
      onHide: function(h) {
        /* callback executed on window hide. Hide notice, overlay. */
        h.w.fadeOut("slow",function() { if(h.o) h.o.remove(); }); } 
      });
});

$().ready(function() {

  $('#ex1jp')
  .jqm({ajax: 'popups/maszty01_jp.html', 
  trigger: 'a.ex1jptrigger',


      overlay: 1,
      onShow: function(h) {
        /* callback executed when a trigger click. Show notice */
        h.w.css('opacity',1).fadeIn(); 
        },
      onHide: function(h) {
        /* callback executed on window hide. Hide notice, overlay. */
        h.w.fadeOut("slow",function() { if(h.o) h.o.remove(); }); } 
      });
});


$().ready(function() {

  $('#ex2jp')
  .jqm({ajax: 'popups/maszty02_jp.html', 
  trigger: 'a.ex2jptrigger',


      overlay: 1,
      onShow: function(h) {
        /* callback executed when a trigger click. Show notice */
        h.w.css('opacity',1).fadeIn(); 
        },
      onHide: function(h) {
        /* callback executed on window hide. Hide notice, overlay. */
        h.w.fadeOut("slow",function() { if(h.o) h.o.remove(); }); } 
      });
});


$().ready(function() {

  $('#ex1se')
  .jqm({ajax: 'popups/maszty01_se.html', 
  trigger: 'a.ex1setrigger',


      overlay: 1,
      onShow: function(h) {
        /* callback executed when a trigger click. Show notice */
        h.w.css('opacity',1).fadeIn(); 
        },
      onHide: function(h) {
        /* callback executed on window hide. Hide notice, overlay. */
        h.w.fadeOut("slow",function() { if(h.o) h.o.remove(); }); } 
      });
});


$().ready(function() {

  $('#ex2se')
  .jqm({ajax: 'popups/maszty02_se.html', 
  trigger: 'a.ex2setrigger',


      overlay: 1,
      onShow: function(h) {
        /* callback executed when a trigger click. Show notice */
        h.w.css('opacity',1).fadeIn(); 
        },
      onHide: function(h) {
        /* callback executed on window hide. Hide notice, overlay. */
        h.w.fadeOut("slow",function() { if(h.o) h.o.remove(); }); } 
      });
});