$(document).ready(



	function()



	{
		



		function showStudy(){



		    $(function(){



				var mystr = str;



		        alert(mystr);



		    });



		}



		



		// highlight sub nav



		$('.subnav a').hover(function()



			{



				$('.subnav a').removeClass("selected");



				$(this).toggleClass("selected");



				return false;



			}



		);





		// main



		$('#thumb-link-main').hover(function()



			{



				$('#thumb-main').fadeIn();



				$('#thumb-one').hide();



				$('#thumb-two').hide();



				$('#thumb-three').hide();



				$('#thumb-four').hide();



				$('#thumb-five').hide();



				$('#thumb-six').hide();



				$('#thumb-seven').hide();



				$('#thumb-eight').hide();



				$('#thumb-nine').hide();



				return false;



			}



		);



		


		// one



		$('#thumb-link-one').hover(function()



			{



				$('#thumb-main').hide();



				$('#thumb-one').fadeIn();



				$('#thumb-two').hide();



				$('#thumb-three').hide();



				$('#thumb-four').hide();



				$('#thumb-five').hide();



				$('#thumb-six').hide();



				$('#thumb-seven').hide();



				$('#thumb-eight').hide();



				$('#thumb-nine').hide();



				return false;



			}



		);



		



		// two



		$('#thumb-link-two').hover(function()



			{



				$('#thumb-main').hide();



				$('#thumb-one').hide();



				$('#thumb-two').fadeIn();



				$('#thumb-three').hide();



				$('#thumb-four').hide();



				$('#thumb-five').hide();



				$('#thumb-six').hide();



				$('#thumb-seven').hide();



				$('#thumb-eight').hide();



				$('#thumb-nine').hide();



				return false;



			}



		);



		



		// three



		$('#thumb-link-three').hover(function()



			{



				$('#thumb-main').hide();



				$('#thumb-one').hide();



				$('#thumb-two').hide();



				$('#thumb-three').fadeIn();



				$('#thumb-four').hide();



				$('#thumb-five').hide();



				$('#thumb-six').hide();



				$('#thumb-seven').hide();



				$('#thumb-eight').hide();



				$('#thumb-nine').hide();
				


				return false;



			}



		);	



		


		// four



		$('#thumb-link-four').hover(function()



			{



				$('#thumb-main').hide();



				$('#thumb-one').hide();



				$('#thumb-two').hide();



				$('#thumb-three').hide();



				$('#thumb-four').fadeIn();



				$('#thumb-five').hide();



				$('#thumb-six').hide();



				$('#thumb-seven').hide();



				$('#thumb-eight').hide();



				$('#thumb-nine').hide();
				


				return false;



			}



		);	



		



		// five



		$('#thumb-link-five').hover(function()



			{



				$('#thumb-main').hide();



				$('#thumb-one').hide();



				$('#thumb-two').hide();



				$('#thumb-three').hide();



				$('#thumb-four').hide();



				$('#thumb-five').fadeIn();



				$('#thumb-six').hide();



				$('#thumb-seven').hide();



				$('#thumb-eight').hide();



				$('#thumb-nine').hide();
				
				

				return false;



			}



		);	



		



		// six



		$('#thumb-link-six').hover(function()



			{



				$('#thumb-main').hide();



				$('#thumb-one').hide();



				$('#thumb-two').hide();



				$('#thumb-three').hide();



				$('#thumb-four').hide();



				$('#thumb-five').hide();



				$('#thumb-six').fadeIn();



				$('#thumb-seven').hide();



				$('#thumb-eight').hide();



				$('#thumb-nine').hide();
				
				
				
				return false;



			}



		);	



		



		// seven



		$('#thumb-link-seven').hover(function()



			{



				$('#thumb-main').hide();



				$('#thumb-one').hide();



				$('#thumb-two').hide();



				$('#thumb-three').hide();



				$('#thumb-four').hide();



				$('#thumb-five').hide();



				$('#thumb-six').hide();



				$('#thumb-seven').fadeIn();



				$('#thumb-eight').hide();



				$('#thumb-nine').hide();



				return false;



			}



		);	



		



		// eight



		$('#thumb-link-eight').hover(function()



			{



				$('#thumb-main').hide();



				$('#thumb-one').hide();



				$('#thumb-two').hide();



				$('#thumb-three').hide();



				$('#thumb-four').hide();



				$('#thumb-five').hide();



				$('#thumb-six').hide();



				$('#thumb-seven').hide();



				$('#thumb-eight').fadeIn();



				$('#thumb-nine').hide();



				return false;



			}



		);	



		



		// nine



		$('#thumb-link-nine').hover(function()



			{



				$('#thumb-main').hide();



				$('#thumb-one').hide();



				$('#thumb-two').hide();



				$('#thumb-three').hide();



				$('#thumb-four').hide();



				$('#thumb-five').hide();



				$('#thumb-six').hide();



				$('#thumb-seven').hide();



				$('#thumb-eight').hide();



				$('#thumb-nine').fadeIn();


				return false;



			}



		);	



	}



);