// JavaScript Document

$(document).ready(function(){
$(".web").click(function(){
	  	$("#web").fadeIn("fast");
		$("#domain").fadeOut("fast");
		$("#hosting").fadeOut("fast");
		$("#monitoring").fadeOut("fast");
		$("#features").fadeOut("fast");
		$("#recovery").fadeOut("fast");
		$("#details").fadeOut("fast");
		$(this).addClass("active");
		$(".domain").removeClass("active");
		$(".hosting").removeClass("active");
		$(".monitoring").removeClass("active");
		$(".features").removeClass("active");
		$(".recovery").removeClass("active");
		$(".details").removeClass("active");
		
});

$(".domain").click(function(){
	  	$("#web").fadeOut("fast");
		$("#domain").fadeIn("fast");
		$("#hosting").fadeOut("fast");
		$("#monitoring").fadeOut("fast");
		$("#features").fadeOut("fast");
		$("#recovery").fadeOut("fast");
		$("#details").fadeOut("fast");
		$(this).addClass("active");
		$(".web").removeClass("active");
		$(".hosting").removeClass("active");
		$(".monitoring").removeClass("active");
		$(".features").removeClass("active");
		$(".recovery").removeClass("active");
		$(".details").removeClass("active");
});

$(".hosting").click(function(){
	  	$("#web").fadeOut("fast");
		$("#domain").fadeOut("fast");
		$("#hosting").fadeIn("fast");
		$("#monitoring").fadeOut("fast");
		$("#features").fadeOut("fast");
		$("#recovery").fadeOut("fast");
		$("#details").fadeOut("fast");
		$(this).addClass("active");
		$(".web").removeClass("active");
		$(".domain").removeClass("active");
		$(".monitoring").removeClass("active");
		$(".features").removeClass("active");
		$(".recovery").removeClass("active");
		$(".details").removeClass("active");
});

$(".monitoring").click(function(){
	  	$("#web").fadeOut("fast");
		$("#domain").fadeOut("fast");
		$("#hosting").fadeOut("fast");
		$("#monitoring").fadeIn("fast");
		$("#features").fadeOut("fast");
		$("#recovery").fadeOut("fast");
		$("#details").fadeOut("fast");
		$(this).addClass("active");
		$(".web").removeClass("active");
		$(".domain").removeClass("active");
		$(".hosting").removeClass("active");
		$(".features").removeClass("active");
		$(".recovery").removeClass("active");
		$(".details").removeClass("active");
});

$(".features").click(function(){
	  	$("#web").fadeOut("fast");
		$("#domain").fadeOut("fast");
		$("#hosting").fadeOut("fast");
		$("#monitoring").fadeOut("fast");
		$("#features").fadeIn("fast");
		$("#recovery").fadeOut("fast");
		$("#details").fadeOut("fast");
		$(this).addClass("active");
		$(".web").removeClass("active");
		$(".domain").removeClass("active");
		$(".hosting").removeClass("active");
		$(".monitoring").removeClass("active");
		$(".recovery").removeClass("active");
		$(".details").removeClass("active");
});

$(".recovery").click(function(){
	  	$("#web").fadeOut("fast");
		$("#domain").fadeOut("fast");
		$("#hosting").fadeOut("fast");
		$("#monitoring").fadeOut("fast");
		$("#features").fadeOut("fast");
		$("#recovery").fadeIn("fast");
		$("#details").fadeOut("fast");
		$(this).addClass("active");
		$(".web").removeClass("active");
		$(".domain").removeClass("active");
		$(".hosting").removeClass("active");
		$(".monitoring").removeClass("active");
		$(".features").removeClass("active");
		$(".details").removeClass("active");
});

$(".details").click(function(){
	  	$("#web").fadeOut("fast");
		$("#domain").fadeOut("fast");
		$("#hosting").fadeOut("fast");
		$("#monitoring").fadeOut("fast");
		$("#features").fadeOut("fast");
		$("#recovery").fadeOut("fast");
		$("#details").fadeIn("fast");
		$(this).addClass("active");
		$(".web").removeClass("active");
		$(".domain").removeClass("active");
		$(".hosting").removeClass("active");
		$(".monitoring").removeClass("active");
		$(".features").removeClass("active");
		$(".recovery").removeClass("active");
});
$(".business").click(function(){
	  	$("#web").fadeOut("fast");
		$("#domain").fadeOut("fast");
		$("#hosting").fadeOut("fast");
		$("#monitoring").fadeOut("fast");
		$("#features").fadeOut("fast");
		$("#recovery").fadeOut("fast");
		$("#details").fadeOut("fast");
		$("#business").fadeIn("fast");
		$("#accounting").fadeOut("fast");
		$(this).addClass("active");
		$(".web").removeClass("active");
		$(".domain").removeClass("active");
		$(".hosting").removeClass("active");
		$(".monitoring").removeClass("active");
		$(".features").removeClass("active");
		$(".recovery").removeClass("active");
		$(".accounting").removeClass("active");
		$(".clinical").removeClass("active");
		$(".hoarding").removeClass("active");
		$(".astrology").removeClass("active");
});
$(".accounting").click(function(){
	  	$("#web").fadeOut("fast");
		$("#domain").fadeOut("fast");
		$("#hosting").fadeOut("fast");
		$("#monitoring").fadeOut("fast");
		$("#features").fadeOut("fast");
		$("#recovery").fadeOut("fast");
		$("#details").fadeOut("fast");
		$("#business").fadeOut("fast");
		$("#accounting").fadeIn("fast");
		$("#clinical").fadeOut("fast");
		$("#hoarding").fadeOut("fast");
		$("#astrology").fadeOut("fast");
		$(this).addClass("active");
		$(".web").removeClass("active");
		$(".domain").removeClass("active");
		$(".hosting").removeClass("active");
		$(".monitoring").removeClass("active");
		$(".features").removeClass("active");
		$(".recovery").removeClass("active");
		$(".business").removeClass("active");
		$(".clinical").removeClass("active");
		$(".hoarding").removeClass("active");
		$(".astrology").removeClass("active");
		
});
$(".clinical").click(function(){
	  	$("#web").fadeOut("fast");
		$("#domain").fadeOut("fast");
		$("#hosting").fadeOut("fast");
		$("#monitoring").fadeOut("fast");
		$("#features").fadeOut("fast");
		$("#recovery").fadeOut("fast");
		$("#details").fadeOut("fast");
		$("#business").fadeOut("fast");
		$("#accounting").fadeOut("fast");
		$("#clinical").fadeIn("fast");
		$("#hoarding").fadeOut("fast");
		$("#astrology").fadeOut("fast");
		$(this).addClass("active");
		$(".web").removeClass("active");
		$(".domain").removeClass("active");
		$(".hosting").removeClass("active");
		$(".monitoring").removeClass("active");
		$(".features").removeClass("active");
		$(".recovery").removeClass("active");
		$(".business").removeClass("active");
		$(".accounting").removeClass("active");
		$(".hoarding").removeClass("active");
		$(".astrology").removeClass("active");
		
		
		
});
$(".hoarding").click(function(){
	  	$("#web").fadeOut("fast");
		$("#domain").fadeOut("fast");
		$("#hosting").fadeOut("fast");
		$("#monitoring").fadeOut("fast");
		$("#features").fadeOut("fast");
		$("#recovery").fadeOut("fast");
		$("#details").fadeOut("fast");
		$("#business").fadeOut("fast");
		$("#accounting").fadeOut("fast");
		$("#clinical").fadeOut("fast");
		$("#hoarding").fadeIn("fast");
		$("#astrology").fadeOut("fast");
		$(this).addClass("active");
		$(".web").removeClass("active");
		$(".domain").removeClass("active");
		$(".hosting").removeClass("active");
		$(".monitoring").removeClass("active");
		$(".features").removeClass("active");
		$(".recovery").removeClass("active");
		$(".business").removeClass("active");
		$(".clinical").removeClass("active");
		$(".astrology").removeClass("active");
		$(".accounting").removeClass("active");
		
});
$(".astrology").click(function(){
	  	$("#web").fadeOut("fast");
		$("#domain").fadeOut("fast");
		$("#hosting").fadeOut("fast");
		$("#monitoring").fadeOut("fast");
		$("#features").fadeOut("fast");
		$("#recovery").fadeOut("fast");
		$("#details").fadeOut("fast");
		$("#business").fadeOut("fast");
		$("#accounting").fadeOut("fast");
		$("#clinical").fadeOut("fast");
		$("#hoarding").fadeOut("fast");
		$("#astrology").fadeIn("fast");
		$(this).addClass("active");
		$(".web").removeClass("active");
		$(".domain").removeClass("active");
		$(".hosting").removeClass("active");
		$(".monitoring").removeClass("active");
		$(".features").removeClass("active");
		$(".recovery").removeClass("active");
		$(".business").removeClass("active");
		$(".clinical").removeClass("active");
		$(".hoarding").removeClass("active");
		$(".accounting").removeClass("active");
});
$(".microsoft").click(function(){
	  	$("#web").fadeOut("fast");
		$("#domain").fadeOut("fast");
		$("#hosting").fadeOut("fast");
		$("#monitoring").fadeOut("fast");
		$("#features").fadeOut("fast");
		$("#recovery").fadeOut("fast");
		$("#details").fadeOut("fast");
		$("#business").fadeOut("fast");
		$("#accounting").fadeOut("fast");
		$("#clinical").fadeOut("fast");
		$("#hoarding").fadeOut("fast");
		$("#astrology").fadeOut("fast");
		$("#microsoft").fadeIn("fast");
		$("#open").fadeOut("fast");
		$(this).addClass("active");
		$(".web").removeClass("active");
		$(".domain").removeClass("active");
		$(".hosting").removeClass("active");
		$(".monitoring").removeClass("active");
		$(".features").removeClass("active");
		$(".recovery").removeClass("active");
		$(".business").removeClass("active");
		$(".clinical").removeClass("active");
		$(".hoarding").removeClass("active");
		$(".accounting").removeClass("active");
		$(".astrology").removeClass("active");
		$(".open").removeClass("active");
});
$(".open").click(function(){
	  	$("#web").fadeOut("fast");
		$("#domain").fadeOut("fast");
		$("#hosting").fadeOut("fast");
		$("#monitoring").fadeOut("fast");
		$("#features").fadeOut("fast");
		$("#recovery").fadeOut("fast");
		$("#details").fadeOut("fast");
		$("#business").fadeOut("fast");
		$("#accounting").fadeOut("fast");
		$("#clinical").fadeOut("fast");
		$("#hoarding").fadeOut("fast");
		$("#astrology").fadeOut("fast");
		$("#microsoft").fadeOut("fast");
		$("#open").fadeIn("fast");
		$(this).addClass("active");
		$(".web").removeClass("active");
		$(".domain").removeClass("active");
		$(".hosting").removeClass("active");
		$(".monitoring").removeClass("active");
		$(".features").removeClass("active");
		$(".recovery").removeClass("active");
		$(".business").removeClass("active");
		$(".clinical").removeClass("active");
		$(".hoarding").removeClass("active");
		$(".accounting").removeClass("active");
		$(".astrology").removeClass("active");
		$(".microsoft").removeClass("active");
});
$(".current").click(function(){
	  	$("#web").fadeOut("fast");
		$("#domain").fadeOut("fast");
		$("#hosting").fadeOut("fast");
		$("#monitoring").fadeOut("fast");
		$("#features").fadeOut("fast");
		$("#recovery").fadeOut("fast");
		$("#details").fadeOut("fast");
		$("#business").fadeOut("fast");
		$("#accounting").fadeOut("fast");
		$("#clinical").fadeOut("fast");
		$("#hoarding").fadeOut("fast");
		$("#astrology").fadeOut("fast");
		$("#microsoft").fadeOut("fast");
		$("#open").fadeOut("fast");
		$("#current").fadeIn("fast");
		$("#internship").fadeOut("fast");
		$(this).addClass("active");
		$(".web").removeClass("active");
		$(".domain").removeClass("active");
		$(".hosting").removeClass("active");
		$(".monitoring").removeClass("active");
		$(".features").removeClass("active");
		$(".recovery").removeClass("active");
		$(".business").removeClass("active");
		$(".clinical").removeClass("active");
		$(".hoarding").removeClass("active");
		$(".accounting").removeClass("active");
		$(".astrology").removeClass("active");
		$(".open").removeClass("active");
		$(".internship").removeClass("active");
		
});
$(".internship").click(function(){
	  	$("#web").fadeOut("fast");
		$("#domain").fadeOut("fast");
		$("#hosting").fadeOut("fast");
		$("#monitoring").fadeOut("fast");
		$("#features").fadeOut("fast");
		$("#recovery").fadeOut("fast");
		$("#details").fadeOut("fast");
		$("#business").fadeOut("fast");
		$("#accounting").fadeOut("fast");
		$("#clinical").fadeOut("fast");
		$("#hoarding").fadeOut("fast");
		$("#astrology").fadeOut("fast");
		$("#microsoft").fadeOut("fast");
		$("#open").fadeOut("fast");
		$("#current").fadeOut("fast");
		$("#internship").fadeIn("fast");
		$(this).addClass("active");
		$(".web").removeClass("active");
		$(".domain").removeClass("active");
		$(".hosting").removeClass("active");
		$(".monitoring").removeClass("active");
		$(".features").removeClass("active");
		$(".recovery").removeClass("active");
		$(".business").removeClass("active");
		$(".clinical").removeClass("active");
		$(".hoarding").removeClass("active");
		$(".accounting").removeClass("active");
		$(".astrology").removeClass("active");
		$(".microsoft").removeClass("active");
		$(".current").removeClass("active");
});

$(".go_green").click(function(){
	  	$("#go_green").fadeIn("fast");
		$("#ways_to_go_green").fadeOut("fast");
		$(this).addClass("active");
		$(".web").removeClass("active");
		$(".domain").removeClass("active");
		$(".hosting").removeClass("active");
		$(".monitoring").removeClass("active");
		$(".features").removeClass("active");
		$(".recovery").removeClass("active");
		$(".business").removeClass("active");
		$(".clinical").removeClass("active");
		$(".hoarding").removeClass("active");
		$(".accounting").removeClass("active");
		$(".astrology").removeClass("active");
		$(".microsoft").removeClass("active");
		$(".current").removeClass("active");
		$(".ways_to_go_green").removeClass("active");
});

$(".ways_to_go_green").click(function(){
	  	$("#go_green").fadeOut("fast");
		$("#ways_to_go_green").fadeIn("fast");
		$(this).addClass("active");
		$(".web").removeClass("active");
		$(".domain").removeClass("active");
		$(".hosting").removeClass("active");
		$(".monitoring").removeClass("active");
		$(".features").removeClass("active");
		$(".recovery").removeClass("active");
		$(".business").removeClass("active");
		$(".clinical").removeClass("active");
		$(".hoarding").removeClass("active");
		$(".accounting").removeClass("active");
		$(".astrology").removeClass("active");
		$(".microsoft").removeClass("active");
		$(".current").removeClass("active");
		$(".go_green").removeClass("active");
});

});



