/* Author: 



*/



$(document).ready(function(){



    $('#slider').cycle({

		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc…

		delay: 3000

	});

	

	

	$('#news_content').cycle({

		fx:    'scrollUp',

		delay: 5000

	 });

	 

	 $('#equip_icons').cycle({

		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc…

		delay: 500

	});

	

	$('#c_equip_icons').cycle({

		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc…

		delay: 800

	});

	

	$("#tractor_box img, #stripper_box img, #equip_icons, #compact_box img, #tractor_a_box img, #stripper_a_box img, #c_equip_icons, #tractor_p_box img").click(function () {

	  $(".equip_box").hide();

	  $(".equip_box_header").hide();

      $(this).parent().effect("scale", { percent: 400, direction: 'both',scale:'box' }, 1000);

      //$(this).parent().effect("scale", { percent: 400, direction: 'vertical',scale:'box' }, 1000);

      //$(this).parent().animate({width:"900px",height:"400px"},1000);

      $(this).parent().append('<div class="models_content"><div style="margin:0 auto;padding:20px;font-weight:bold;"><img src="img/ajax-spinner.gif" style="margin-left:120px;position:absolute;top:10;" /> Retrieving Data…</div></div>');

      $table = $(this).parent().attr("id"); 

      $(".models_content").load('models.php', {table:$table});

});





		$("#textExample").verticaltabs({speed: 500,slideShow: false,activeIndex: 0});










});












































