$(function(){
	
	$("#superNavItem" + superNavSelected).addClass("active");
	$("#navItem" + navSelected).addClass("active");
	$("#subNavItem" + subSelected).addClass("active");
	$("#leftNavItem" + leftSelected).addClass("active");
	
});

$(function()
 {
  $().mousemove(function(e)
   {
	if ((e.pageY > 490) && (e.pageY < 624)){
		var docWidth = $(document).width();
		var docMid = docWidth / 2;
		
		//first box in flash
		if ((e.pageX >= (docMid - 452)) && (e.pageX <= (docMid - 271))){
			$('div #seoContentBottom').html("<a href=http://www.sportcourt.com/find_by_sport-basketball-outdoor.php>Outdoor Basketball Courts</a><br />If basketball is your game, look no further. Sport Court's<a href=http://www.sportcourt.com/find_by_sport-basketball-outdoor.php> outdoor basketball courts</a> are the only outdoor court surface approved by the international governing body of basketball – FIBA – for outdoor basketball competition. Our unique technology allows you to bring indoor gym performance onto your backyard basketball court.");
		}

		//second box in flash
		if ((e.pageX >= (docMid - 270)) && (e.pageX <= (docMid - 89))){
			$('div #seoContentBottom').html("<a href=http://www.sportcourt.com/find_by_sport-volleyball-outdoor.php>Outdoor Volleyball Courts</a><br />Volleyball and Sport Court have gone together since our original partnership with USA Volleyball back in 1989. Our <a href=http://www.sportcourt.com/find_by_sport-volleyball-outdoor.php>outdoor volleyball surface</a> is perfect for the next NCAA® collegiate athlete or USA Volleyball national team member in training. Don’t restrict yourself to training indoors when our outdoor volleyball court surfaces can be installed right in your own backyard court.");
		}
		
		//third box in flash
		if ((e.pageX >= (docMid - 88)) && (e.pageX <= (docMid + 93))){
			$('div #seoContentBottom').html("<a href=http://www.sportcourt.com/find_by_sport-tennis_netgames-outdoor.php>Tennis Courts</a><br/>All of Sport Court’s <a href=http://www.sportcourt.com/find_by_sport-tennis_netgames-outdoor.php>outdoor tennis surfaces</a> are rated fast by the <a href=http://www.sportcourt.com/about_sport_court-alliances_and_endorsements.php>International Tennis Federation</a> and we are the only court surface that is approved as the official modular surface of the <a href=http://www.sportcourt.com/about_sport_court-alliances_and_endorsements.php>United States Tennis Association</a> (USTA®). Our outdoor tennis court surfaces provide the same play as an acrylic surface but offer you additional resiliency through our patented two-tier shock absorbing system.");
		}

		//fourth box in flash
		if ((e.pageX >= (docMid + 94)) && (e.pageX <= (docMid + 274))){
			$('div #seoContentBottom').html("<a href=http://www.sportcourt.com/products-sport_court-outdoor.php>Multi-Sport</a><br />Custom build an <a href=http://www.sportcourt.com/products-sport_court-outdoor.php>outdoor court</a> to fit the needs of your family. Our court surfaces and accessories are built to work together so you can choose from dozens of different games to play. Our <a href=http://www.sportcourt.com/products-sport_court-outdoor.php>adjustable hoops</a> and net systems allow for versatility and grows as your family grows. Play basketball, volleyball, tennis and many other games right on your own backyard court.");
		}

		//fifth box in flash
		if ((e.pageX >= (docMid + 275)) && (e.pageX <= (docMid + 458))){
			$('div #seoContentBottom').html("<a href=http://www.sportcourt.com/products-sport_court-indoor.php>In-Home Gyms</a><br />Turning your unused space into a high-performance home gym has never been more economical. Our patented sports surfaces are used by many leading governing bodies of sport including, <a href=http://www.sportcourt.com/about_sport_court-alliances_and_endorsements.php>USA Volleyball</a>, the <a href=http://www.sportcourt.com/about_sport_court-alliances_and_endorsements.php>NCAA</a>, the <a href=http://www.sportcourt.com/about_sport_court-alliances_and_endorsements.php>US Soccer Foundation</a> and <a href=http://www.sportcourt.com/about_sport_court-alliances_and_endorsements.php>FIBA</a>. The same technology can easily be installed in you in-home gymnasium. To learn more about our indoor court surfaces visit our <a href=http://www.sportcourt.com/products-sport_court-indoor.php>indoor flooring</a> page.");
		}
	}
  });
});