﻿$(document).ready(function () {
     //     if ($.flash.available) {
     //          $('#flash-replace').hide();
     //          $('#home-flash').flash({
     //               swf: '/Assets/Flash/doc-show-pulse-ox-dms.swf',
     //               width: 320,
     //               height: 280
     //          })
     //          $('#bicep-flash').hide();
     //          $('#bicep-flash-wrap').flash({
     //               swf: '/Assets/Flash/KSUSI.swf',
     //               width: 655,
     //               height: 400
     //          })
     //     }
     //          $('.lightbox').fancybox({
     //               'overlayOpacity': '0.8',
     //               'overlayColor': '#000',
     //               'type' : 'iframe'
     //          });

     $('a.videobox').fancybox({
          'type': 'ajax',
          'overlayOpacity': 0.8,
          'overlayColor': '#000',
          'autoDimensions': true,
          'scrolling': 'no',
          'padding': 0,
          'titleShow': false
     });
     $('a.lightbox').fancybox({
          'overlayOpacity': 0.8,
          'overlayColor': '#000',
          'titleShow': false,
          'centerOnScroll': true,
          'padding': 0
     });
     $('#slider').easySlider({
          pause: 8000
     });
});
