$(document).ready(function(){



// This timer requires the timer function located in common.js to be loaded first.
// This will hold our timers
		var solutionsTimer1 = {};
		var solutionsTimer2 = {};
		var solutionsTimer3 = {};
		var solutionsTimer4 = {};
		var solutionsTimer5 = {};
		var solutionsTimer6 = {};
		var solutionsTimer7 = {};
		var solutionsTimer8 = {};
		var solutionsTimer9 = {};
		var solutionsTimer10 = {};
		var solutionsTimer11 = {};
		var solutionsTimer12 = {};
		var solutionsTimer13 = {};
		var solutionsTimer14 = {};
		var solutionsTimer15 = {};
		var solutionsTimer16 = {};

// SOLUTIONS 1
		$("#sol1").mouseover(
			function () {
				$.clearTimer(solutionsTimer1);
				solutionsTimer1 = $.timer(400,function(){ // Delay .5 second
					$("#sol1_over").show(350);
				});// end delay
			}
		);
		$("#sol1").mouseout(
			function () {
				$.clearTimer(solutionsTimer1);
				solutionsTimer1 = $.timer(200,function(){ // Delay .2 second
					$("#sol1_over").slideUp(200);
				}); // end delay
			}
		);


// SOLUTIONS 2
		$("#sol2").mouseover(
			function () {
				$.clearTimer(solutionsTimer2);
				solutionsTimer2 = $.timer(400,function(){ // Delay .5 second
					$("#sol2_over").show(350);
				});// end delay
			}
		);
		$("#sol2").mouseout(
			function () {
				$.clearTimer(solutionsTimer2);
				solutionsTimer2 = $.timer(200,function(){ // Delay .2 second
					$("#sol2_over").slideUp(200);
				}); // end delay
			}
		);
		

// SOLUTIONS 3
		$("#sol3").mouseover(
			function () {
				$.clearTimer(solutionsTimer3);
				solutionsTimer3 = $.timer(400,function(){ // Delay .5 second
					$("#sol3_over").show(350);
				});// end delay
			}
		);
		$("#sol3").mouseout(
			function () {
				$.clearTimer(solutionsTimer3);
				solutionsTimer3 = $.timer(200,function(){ // Delay .2 second
					$("#sol3_over").slideUp(200);
				}); // end delay
			}
		);



// SOLUTIONS 4
		$("#sol4").mouseover(
			function () {
				$.clearTimer(solutionsTimer4);
				solutionsTimer4 = $.timer(400,function(){ // Delay .5 second
					$("#sol4_over").show(350);
				});// end delay
			}
		);
		$("#sol4").mouseout(
			function () {
				$.clearTimer(solutionsTimer4);
				solutionsTimer4 = $.timer(200,function(){ // Delay .2 second
					$("#sol4_over").slideUp(200);
				}); // end delay
			}
		);



// SOLUTIONS 5
		$("#sol5").mouseover(
			function () {
				$.clearTimer(solutionsTimer5);
				solutionsTimer5 = $.timer(400,function(){ // Delay .5 second
					$("#sol5_over").show(350);
				});// end delay
			}
		);
		$("#sol5").mouseout(
			function () {
				$.clearTimer(solutionsTimer5);
				solutionsTimer5 = $.timer(200,function(){ // Delay .2 second
					$("#sol5_over").slideUp(200);
				}); // end delay
			}
		);




// SOLUTIONS 6
		$("#sol6").mouseover(
			function () {
				$.clearTimer(solutionsTimer6);
				solutionsTimer6 = $.timer(400,function(){ // Delay .5 second
					$("#sol6_over").show(350);
				});// end delay
			}
		);
		$("#sol6").mouseout(
			function () {
				$.clearTimer(solutionsTimer6);
				solutionsTimer6 = $.timer(200,function(){ // Delay .2 second
					$("#sol6_over").slideUp(200);
				}); // end delay
			}
		);



// SOLUTIONS 7
		$("#sol7").mouseover(
			function () {
				$.clearTimer(solutionsTimer7);
				solutionsTimer7 = $.timer(400,function(){ // Delay .5 second
					$("#sol7_over").show(350);
				});// end delay
			}
		);
		$("#sol7").mouseout(
			function () {
				$.clearTimer(solutionsTimer7);
				solutionsTimer7 = $.timer(200,function(){ // Delay .2 second
					$("#sol7_over").slideUp(200);
				}); // end delay
			}
		);



// SOLUTIONS 8
		$("#sol8").mouseover(
			function () {
				$.clearTimer(solutionsTimer8);
				solutionsTimer8 = $.timer(400,function(){ // Delay .5 second
					$("#sol8_over").show(350);
				});// end delay
			}
		);
		$("#sol8").mouseout(
			function () {
				$.clearTimer(solutionsTimer8);
				solutionsTimer8 = $.timer(200,function(){ // Delay .2 second
					$("#sol8_over").slideUp(200);
				}); // end delay
			}
		);


// SOLUTIONS 9
		$("#sol9").mouseover(
			function () {
				$.clearTimer(solutionsTimer9);
				solutionsTimer9 = $.timer(400,function(){ // Delay .5 second
					$("#sol9_over").show(350);
				});// end delay
			}
		);
		$("#sol9").mouseout(
			function () {
				$.clearTimer(solutionsTimer9);
				solutionsTimer9 = $.timer(200,function(){ // Delay .2 second
					$("#sol9_over").slideUp(200);
				}); // end delay
			}
		);


// SOLUTIONS 10
		$("#sol10").mouseover(
			function () {
				$.clearTimer(solutionsTimer10);
				solutionsTimer10 = $.timer(400,function(){ // Delay .5 second
					$("#sol10_over").show(350);
				});// end delay
			}
		);
		$("#sol10").mouseout(
			function () {
				$.clearTimer(solutionsTimer10);
				solutionsTimer10 = $.timer(200,function(){ // Delay .2 second
					$("#sol10_over").slideUp(200);
				}); // end delay
			}
		);


// SOLUTIONS 11
		$("#sol11").mouseover(
			function () {
				$.clearTimer(solutionsTimer11);
				solutionsTimer11 = $.timer(400,function(){ // Delay .5 second
					$("#sol11_over").show(350);
				});// end delay
			}
		);
		$("#sol11").mouseout(
			function () {
				$.clearTimer(solutionsTimer11);
				solutionsTimer11 = $.timer(200,function(){ // Delay .2 second
					$("#sol11_over").slideUp(200);
				}); // end delay
			}
		);


// SOLUTIONS 12
		$("#sol12").mouseover(
			function () {
				$.clearTimer(solutionsTimer12);
				solutionsTimer12 = $.timer(400,function(){ // Delay .5 second
					$("#sol12_over").show(350);
				});// end delay
			}
		);
		$("#sol12").mouseout(
			function () {
				$.clearTimer(solutionsTimer12);
				solutionsTimer12 = $.timer(200,function(){ // Delay .2 second
					$("#sol12_over").slideUp(200);
				}); // end delay
			}
		);
		
// SOLUTIONS 13
		$("#sol13").mouseover(
			function () {
				$.clearTimer(solutionsTimer13);
				solutionsTimer13 = $.timer(400,function(){ // Delay .5 second
					$("#sol13_over").show(350);
				});// end delay
			}
		);
		$("#sol13").mouseout(
			function () {
				$.clearTimer(solutionsTimer13);
				solutionsTimer13 = $.timer(200,function(){ // Delay .2 second
					$("#sol13_over").slideUp(200);
				}); // end delay
			}
		);
	
// SOLUTIONS 14
		$("#sol14").mouseover(
			function () {
				$.clearTimer(solutionsTimer14);
				solutionsTimer14 = $.timer(400,function(){ // Delay .5 second
					$("#sol14_over").show(350);
				});// end delay
			}
		);
		$("#sol14").mouseout(
			function () {
				$.clearTimer(solutionsTimer14);
				solutionsTimer14 = $.timer(200,function(){ // Delay .2 second
					$("#sol14_over").slideUp(200);
				}); // end delay
			}
		);
	
// SOLUTIONS 15
		$("#sol15").mouseover(
			function () {
				$.clearTimer(solutionsTimer15);
				solutionsTimer15 = $.timer(400,function(){ // Delay .5 second
					$("#sol15_over").show(350);
				});// end delay
			}
		);
		$("#sol15").mouseout(
			function () {
				$.clearTimer(solutionsTimer15);
				solutionsTimer15 = $.timer(200,function(){ // Delay .2 second
					$("#sol15_over").slideUp(200);
				}); // end delay
			}
		);

// SOLUTIONS 16
		$("#sol16").mouseover(
			function () {
				$.clearTimer(solutionsTimer16);
				solutionsTimer16 = $.timer(400,function(){ // Delay .5 second
					$("#sol16_over").show(350);
				});// end delay
			}
		);
		$("#sol16").mouseout(
			function () {
				$.clearTimer(solutionsTimer16);
				solutionsTimer16 = $.timer(200,function(){ // Delay .2 second
					$("#sol16_over").slideUp(200);
				}); // end delay
			}
		);

});