$(document).ready(function(){
  $('#content img, #slides img').fadeIn("1000");

  $("#subNav li a,#mainNav ul li a").mousedown(function () {
    $(this).addClass("selected");
    // $(this).parent().siblings().children().removeClass("selected");
  });

  $('.about table a').nyroModal();

  $(function() {
    $.nyroModalSettings({
      processHandler: function(settings) {
        var from = settings.from;
        // if (from && from.href && from.href.indexOf('http://2fysh.sung/assets/vid/winnie.mpg') == 0) {
        // if (from && from.href && from.href.indexOf('http://www.2fysh.dev1.carambito.com/assets/vid/winnie.mpg') == 0) {
        if (from && from.href && from.href.indexOf('http://www.2fysh.com/assets/vid/winnie.mpg') == 0) {
          $.nyroModalSettings({
            type: 'iframe',
            width: 660,
            height: 520
          })
        }
      }
    });
  });

});

