$(document).ready(function() {
	$(".home").hover(
		function() {$(".homeBeam").stop().animate({"width": "453px", "height" : "263px", "top" : "35px", "left" : "70px","opacity" : "1"}, 200),$(".homeSubs").stop().animate({"top" : "50px"}, 200);}, 
		function() {$(".homeBeam").stop().animate({"width": "1px", "height" : "1px", "top" : "263px", "left" : "495px","opacity" : "0"}, 2000),$(".homeSubs").stop().animate({"top" : "-220px"}, 500);}
	);
	$(".about").hover(
		function() {$(".aboutBeam").stop().animate({"width": "314px", "height" : "259px", "top" : "15px", "left" : "200px","opacity" : "1"}, 200),$(".aboutSubs").stop().animate({"top" : "50px"}, 200);}, 
		function() {$(".aboutBeam").stop().animate({"width": "1px", "height" : "1px", "top" : "259px", "left" : "495px","opacity" : "0"}, 2000),$(".aboutSubs").stop().animate({"top" : "-220px"}, 500);
		}
	);
	$(".social").hover(
		function() {$(".socialBeam").stop().animate({"width": "186px", "height" : "256px", "top" : "10px", "left" : "335px","opacity" : "1"}, 200),$(".socialSubs").stop().animate({"top" : "50px"}, 200);}, 
		function() {$(".socialBeam").stop().animate({"width": "1px", "height" : "1px", "top" : "256px", "left" : "495px","opacity" : "0"}, 2000),$(".socialSubs").stop().animate({"top" : "-220px"}, 500);
		}
	);
	$(".career").hover(
		function() {$(".careerBeam").stop().animate({"width": "186px", "height" : "256px", "top" : "10px", "right" : "335px","opacity" : "1"}, 200),$(".careerSubs").stop().animate({"top" : "50px"}, 200);}, 
		function() {$(".careerBeam").stop().animate({"width": "1px", "height" : "1px", "top" : "256px", "right" : "495px","opacity" : "0"}, 2000),$(".careerSubs").stop().animate({"top" : "-220px"}, 500);
		}
	);
	$(".multi").hover(
		function() {$(".multiBeam").stop().animate({"width": "314px", "height" : "259px", "top" : "15px", "right" : "200px","opacity" : "1"}, 200),$(".multiSubs").stop().animate({"top" : "50px"}, 200);}, 
		function() {$(".multiBeam").stop().animate({"width": "1px", "height" : "1px", "top" : "259px", "right" : "495px","opacity" : "0"}, 2000),$(".multiSubs").stop().animate({"top" : "-220px"}, 500);
		}
	);
	$(".contact").hover(
		function() {$(".contactBeam").stop().animate({"width": "453px", "height" : "263px", "top" : "35px", "right" : "70px","opacity" : "1"}, 200),$(".contactSubs").stop().animate({"top" : "50px"}, 200);}, 
		function() {$(".contactBeam").stop().animate({"width": "1px", "height" : "1px", "top" : "263px", "right" : "495px","opacity" : "0"}, 2000),$(".contactSubs").stop().animate({"top" : "-220px"}, 500);
		}
	);
});
