﻿swfobject.embedSWF("../../Content/flash/banner.swf", "banner-flash", "669", "118", "9.0.0", "../../Content/flash/expressInstall.swf");

var params = {};
params.wmode = "transparent";
swfobject.embedSWF("../../Content/flash/home.swf", "home-flash", "669", "220", "9.0.0", "../../Content/flash/expressInstall.swf", null, params, null);


$(document).ready(function() {
  $('#cssdropdown li.headlink').hover(
        function() { $('ul:first', this).css('display', 'block'); },
        function() { $('ul:first', this).css('display', 'none'); });
  $('#cssdropdown li.headlink ul li').hover(
        function() { $('ul.sub', this).css('display', 'block'); },
        function() { $('ul.sub', this).css('display', 'none'); });
  preloader();
});

$(document).ready(function() {
  $("h6.desttab").tabs(".destcon > div");
});

$(document).ready(function() {
  $("div.tabs").tabs(".slideshow > div", {
    rotate: true
  }).slideshow({ interval: 20000, clickable: false, autoplay: true, autopause: true });
  //  if ($("div.tabs").length)
  //    $("div.tabs").tabs().play();
});

function preloader() {
  if (document.images) {
    var img1 = new Image();
    img1.src = "/Content/images/estrutura/fundo_menu_ativo.png";
  }
}