﻿$(function() {
    if ($("#dock").length > 0) {
        $("#dock").show();
        $('#dock').Fisheye({
            maxWidth: 25,
            items: 'a',
            itemsText: 'span',
            container: '.dock-container',
            itemWidth: 90,
            proximity: 20,
            halign: 'center'
        });
    }

    if ($("#carousel").length > 0) {
        var so = new SWFObject("Content/Swf/carousel.swf", "carousel", "940", "431", "9", "");
        so.write("carousel");
    }

    if ($("#smartevents-swf").length > 0) {
        var so1 = new SWFObject("../Content/Swf/smartEvents.swf", "smartevents-swf", "668", "376", "9", "");
        so1.write("smartevents-swf");
    }

    if ($("#smartauto-swf").length > 0) {
        var so2 = new SWFObject("../Content/Swf/smartAuto.swf", "smartauto-swf", "668", "376", "9", "");
        so2.write("smartauto-swf");
    }

    if ($("#smarthealth-swf").length > 0) {
        var so3 = new SWFObject("../Content/Swf/smartHealth.swf", "smarthealth-swf", "668", "376", "9", "");
        so3.write("smarthealth-swf");
    }

    if ($("#smartretail-swf").length > 0) {
        var so3 = new SWFObject("../Content/Swf/smartRetail.swf", "smartretail-swf", "668", "376", "9", "");
        so3.write("smartretail-swf");
    }

    if ($("#smarttelcom-swf").length > 0) {
        var so4 = new SWFObject("../Content/Swf/smartTelcom.swf", "smarttelcom-swf", "668", "376", "9", "");
        so4.write("smarttelcom-swf");
    }
    
        if ($("#consulthome-swf").length > 0) {
        var so4 = new SWFObject("../Content/Swf/consultHome.swf", "consulthome-swf", "668", "450", "9", "");
        so4.write("consulthome-swf");
    }

    if ($(".mapping").length > 0) {
        $(".mapping").click(function() {
            $(".detail", this).slideToggle("slow");
        });
    }

    if ($(".sim").length > 0) {
        $(".sim").click(function() {
        $(".detail", this).slideToggle("slow");
        });
    }
});
