$(function() {
            $("#Pre_Designed").click(function() {
				$("#one-time-setup").show();
				$("#monthly-fee").show();
                $("#designArrow").animate({ top: "150" }, 1000, "swing");
				$("#customDesign").fadeOut("normal");
				$("#preDesign").animate({ left: "170" }, 1000, "swing");
				$("#special_preDesign").animate({ left: "120" }, 1000, "swing");
				$("#startOver").fadeIn(3000);
				$("#start").fadeOut("normal");
				$("#choose").fadeIn(3000);
				$("#preDesignNone").fadeIn("normal");
				$("#preDesignBasic").fadeIn("normal");
				$("#preDesignStandard").fadeIn("normal");
				$("#preDesignPremier").fadeIn("normal");
				$("#N_PD_fee").fadeIn("normal");
				$("#B_PD_fee").fadeIn("normal");
				$("#S_PD_fee").fadeIn("normal");
				$("#P_PD_fee").fadeIn("normal");
				$("#N_month").fadeIn("normal");
				$("#B_month").fadeIn("normal");
				$("#S_month").fadeIn("normal");
				$("#P_month").fadeIn("normal");
            });
        });
		$(function() {
            $("#Custom_Designed").click(function() {
				$("#one-time-setup").show();
				$("#monthly-fee").show();
                $("#designArrow").animate({ top: "150" }, 1000, "swing");
				$("#preDesign").fadeOut("500");
				$("#special_preDesign").fadeOut("500");
				$("#customDesign").animate({ left: "170" }, 1000, "swing");
				$("#startOver").fadeIn(3000);
				$("#start").fadeOut("normal");
				$("#choose").fadeIn("normal");
				$("#cusDesignNone").fadeIn("normal");
				$("#cusDesignBasic").fadeIn("normal");
				$("#cusDesignStandard").fadeIn("normal");
				$("#cusDesignPremier").fadeIn("normal");
				$("#N_CD_fee").fadeIn("normal");
				$("#B_CD_fee").fadeIn("normal");
				$("#S_CD_fee").fadeIn("normal");
				$("#P_CD_fee").fadeIn("normal");
				$("#N_month").fadeIn("normal");
				$("#B_month").fadeIn("normal");
				$("#S_month").fadeIn("normal");
				$("#P_month").fadeIn("normal");
            });
				
        });