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

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



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

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

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

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

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


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

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

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

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

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


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

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

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

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

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

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

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

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

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

	
  });
 