  $(document).ready(function(){
    
    $("a.other_a").click(function () {
      if ($("#services_other").is(":hidden")) {
		  document.getElementById("services_other").style.visibility="visible";	
		  /*document.getElementById("website_des").style.display="none";*/
		$("#services_hosting").slideUp(1000);
        $("#services_marketing").slideUp(1000);
		$("#services_design").slideUp(1000);

		$("a.hosting_a").css("color", "#FFFFFF");
		$("a.marketing_a").css("color", "#FFFFFF");
		$("a.design_a").css("color", "#FFFFFF");
		
		$("a.hosting_a").css("text-decoration", "none");
		$("a.marketing_a").css("text-decoration", "none");
		$("a.design_a").css("text-decoration", "none");
		
		$("a.other_a").css("text-decoration", "underline");



        $("#services_other").slideDown(1000);
		$("a.other_a").css("color", "#c0cdad");
		$("a.other_a").css("text-decoration", "underline");

		
		//color: #c0cdad;
		//$("#website_host").slideUp(1000);	
		//$("#website_mark").slideUp(1000);		
		//$("#website_other").slideUp(1000);	

      }// else {
		//$("#ser").slideUp(1000);		
     // }
    });
	
	$("a.hosting_a").click(function () {
      if ($("#services_hosting").is(":hidden")) {
		  document.getElementById("services_hosting").style.visibility="visible";	
		  /*document.getElementById("website_des").style.display="none";*/
		$("#services_other").slideUp(1000);
        $("#services_marketing").slideUp(1000);
		$("#services_design").slideUp(1000);

		$("a.marketing_a").css("color", "#FFFFFF");
		$("a.design_a").css("color", "#FFFFFF");
		$("a.other_a").css("color", "#FFFFFF");

		$("a.marketing_a").css("text-decoration", "none");
		$("a.design_a").css("text-decoration", "none");
		
		$("a.other_a").css("text-decoration", "none");


        $("#services_hosting").slideDown(1000);
		$("a.hosting_a").css("color", "#c0cdad");
		$("a.hosting_a").css("text-decoration", "underline");

		//$("#website_host").slideUp(1000);	
		//$("#website_mark").slideUp(1000);		
		//$("#website_other").slideUp(1000);	

      }// else {
		//$("#ser").slideUp(1000);		
     // }
    });
	
	$("a.marketing_a").click(function () {
      if ($("#services_marketing").is(":hidden")) {
		  document.getElementById("services_marketing").style.visibility="visible";	
		  /*document.getElementById("website_des").style.display="none";*/
		$("#services_hosting").slideUp(1000);
        $("#services_other").slideUp(1000);
		$("#services_design").slideUp(1000);

		$("a.hosting_a").css("color", "#FFFFFF");
		$("a.design_a").css("color", "#FFFFFF");
		$("a.other_a").css("color", "#FFFFFF");

		$("a.hosting_a").css("text-decoration", "none");
		$("a.design_a").css("text-decoration", "none");
		
		$("a.other_a").css("text-decoration", "none");


        $("#services_marketing").slideDown(1000);
		$("a.marketing_a").css("color", "#c0cdad");
		$("a.marketing_a").css("text-decoration", "underline");

		//$("#website_host").slideUp(1000);	
		//$("#website_mark").slideUp(1000);		
		//$("#website_other").slideUp(1000);	

      }// else {
		//$("#ser").slideUp(1000);		
     // }
    });

	$("a.design_a").click(function () {
      if ($("#services_design").is(":hidden")) {
		  document.getElementById("services_design").style.visibility="visible";	
		  /*document.getElementById("website_des").style.display="none";*/
		$("#services_hosting").slideUp(1000);
        $("#services_marketing").slideUp(1000);
		$("#services_other").slideUp(1000);

		$("a.hosting_a").css("text-decoration", "none");
		$("a.marketing_a").css("text-decoration", "none");
		
		$("a.other_a").css("text-decoration", "none");

		$("a.hosting_a").css("color", "#FFFFFF");
		$("a.marketing_a").css("color", "#FFFFFF");
		$("a.other_a").css("color", "#FFFFFF");

        $("#services_design").slideDown(1000);
		$("a.design_a").css("color", "#c0cdad");
		$("a.design_a").css("text-decoration", "underline");

		//$("#website_host").slideUp(1000);	
		//$("#website_mark").slideUp(1000);		
		//$("#website_other").slideUp(1000);	

      }// else {
		//$("#ser").slideUp(1000);		
     // }
    });

	
  });
 