// JavaScript Document$(document).ready( function(){		$("#ecContentIntroduction").show();		$("#ecContentBalancedWave").hide();		$("#ecContentSpesification").hide();		$("#ecContentInstalltion").hide();		$("#ecContentComparison").hide();		$("#ecContentBuy").hide();				$("#ecMenuIntroduction").click( function(){			$("#ecContentIntroduction").animate({ width: "800", left: "15"}, "slow");			$("#ecContentBalancedWave").animate({ width: "20", left: "885"}, "slow");			$("#ecContentSpesification").animate({ width: "20", left: "885"}, "slow");			$("#ecContentInstalltion").animate({ width: "20", left: "885"}, "slow");			$("#ecContentComparison").animate({ width: "20", left: "885"}, "slow");			$("#ecContentBuy").animate({ width: "20", left: "885"}, "slow");			$("#ecContentIntroduction").show("slow");			$("#ecContentBalancedWave").hide("slow");			$("#ecContentSpesification").hide("slow");			$("#ecContentInstalltion").hide("slow");			$("#ecContentComparison").hide("slow");			$("#ecContentBuy").hide("slow");			return false; });				$("#ecMenuBalancedWave").click( function(){			$("#ecContentIntroduction").animate({ width: "20", left: "885"}, "slow");			$("#ecContentBalancedWave").animate({ width: "800", left: "15"}, "slow");			$("#ecContentSpesification").animate({ width: "20", left: "885"}, "slow");			$("#ecContentInstalltion").animate({ width: "20", left: "885"}, "slow");			$("#ecContentComparison").animate({ width: "20", left: "885"}, "slow");			$("#ecContentBuy").animate({ width: "20", left: "885"}, "slow");			$("#ecContentIntroduction").hide("slow");			$("#ecContentBalancedWave").show("slow");			$("#ecContentSpesification").hide("slow");			$("#ecContentInstalltion").hide("slow");			$("#ecContentComparison").hide("slow");			$("#ecContentBuy").hide("slow");			return false; });					$("#ecMenuSpesification").click( function(){			$("#ecContentIntroduction").animate({ width: "20", left: "885"}, "slow");			$("#ecContentBalancedWave").animate({ width: "20", left: "885"}, "slow");			$("#ecContentSpesification").animate({ width: "800", left: "15"}, "slow");			$("#ecContentInstalltion").animate({ width: "20", left: "885"}, "slow");			$("#ecContentComparison").animate({ width: "20", left: "885"}, "slow");			$("#ecContentBuy").animate({ width: "20", left: "885"}, "slow");			$("#ecContentIntroduction").hide("slow");			$("#ecContentBalancedWave").hide("slow");			$("#ecContentSpesification").show("slow");			$("#ecContentInstalltion").hide("slow");			$("#ecContentComparison").hide("slow");			$("#ecContentBuy").hide("slow");			return false; });					$("#ecMenuInstallation").click( function(){			$("#ecContentIntroduction").animate({ width: "20", left: "885"}, "slow");			$("#ecContentBalancedWave").animate({ width: "20", left: "885"}, "slow");			$("#ecContentSpesification").animate({ width: "20", left: "885"}, "slow");			$("#ecContentInstalltion").animate({ width: "800", left: "15"}, "slow");			$("#ecContentComparison").animate({ width: "20", left: "885"}, "slow");			$("#ecContentBuy").animate({ width: "20", left: "885"}, "slow");			$("#ecContentIntroduction").hide("slow");			$("#ecContentBalancedWave").hide("slow");			$("#ecContentSpesification").hide("slow");			$("#ecContentInstalltion").show("slow");			$("#ecContentComparison").hide("slow");			$("#ecContentBuy").hide("slow");			return false; });					$("#ecMenuComparison").click( function(){			$("#ecContentIntroduction").animate({ width: "20", left: "885"}, "slow");			$("#ecContentBalancedWave").animate({ width: "20", left: "885"}, "slow");			$("#ecContentSpesification").animate({ width: "20", left: "885"}, "slow");			$("#ecContentInstalltion").animate({ width: "20", left: "885"}, "slow");			$("#ecContentComparison").animate({ width: "800", left: "15"}, "slow");			$("#ecContentBuy").animate({ width: "20", left: "885"}, "slow");			$("#ecContentIntroduction").hide("slow");			$("#ecContentBalancedWave").hide("slow");			$("#ecContentSpesification").hide("slow");			$("#ecContentInstalltion").hide("slow");			$("#ecContentComparison").show("slow");			$("#ecContentBuy").hide("slow");			return false; });				$("#ecMenuBuy").click( function(){			$("#ecContentIntroduction").animate({ width: "20", left: "885"}, "slow");			$("#ecContentBalancedWave").animate({ width: "20", left: "885"}, "slow");			$("#ecContentSpesification").animate({ width: "20", left: "885"}, "slow");			$("#ecContentInstalltion").animate({ width: "20", left: "885"}, "slow");			$("#ecContentComparison").animate({ width: "20", left: "885"}, "slow");			$("#ecContentBuy").animate({ width: "800", left: "15"}, "slow");			$("#ecContentIntroduction").hide("slow");			$("#ecContentBalancedWave").hide("slow");			$("#ecContentSpesification").hide("slow");			$("#ecContentInstalltion").hide("slow");			$("#ecContentComparison").hide("slow");			$("#ecContentBuy").show("slow");			return false; });});
