$(document).ready(function(){
$(".names").hide();
$(".bigpaddlebg").hide();
$("img.head").hover(function () {
      $(this).animate({top: "30px"},200);
  },function(){
	  $(this).animate({top: "90px"},200);
    });	

$("img#firstpaddle").click(function () {
      $("#paddle-one").show();
    });
	
$("img#closethis").click(function () {
      $("#paddle-one,#paddle-two").hide();
    });	
	
$("img#secondpaddle").click(function () {
      $("#paddle-two").show();
    });

$("img#Image18").hover(function () {
      $("#proCore").fadeIn('fast');
	},function(){
      $("#proCore").fadeOut('fast');
    });


$("img#Image19").hover(function () {
      $("#pro").fadeIn('fast');
	},function(){
      $("#pro").fadeOut('fast');
    });
	
	
$("img#Image20").hover(function () {
      $("#premier").fadeIn('fast');
	},function(){
      $("#premier").fadeOut('fast');
    });


$("img#Image21").hover(function () {
      $("#premierCore").fadeIn('fast');
	},function(){
      $("#premierCore").fadeOut('fast');
    });
	

$("img#Image22").hover(function () {
      $("#select").fadeIn('fast');
	},function(){
      $("#select").fadeOut('fast');
    });


$("img#Image222").hover(function () {
      $("#sprint").fadeIn('fast');
	},function(){
      $("#sprint").fadeOut('fast');
    });
	
$("img#Image23").hover(function () {
      $("#proww").fadeIn('fast');
	},function(){
      $("#proww").fadeOut('fast');
    });
	
$("img#Image24").hover(function () {
      $("#premierww").fadeIn('fast');
	},function(){
      $("#premierww").fadeOut('fast');
    });
	
$("img#Image25").hover(function () {
      $("#versa").fadeIn('fast');
	},function(){
      $("#versa").fadeOut('fast');
    });	
	
$("img#Image26").hover(function () {
      $("#rage").fadeIn('fast');
	},function(){
      $("#rage").fadeOut('fast');
    });		
	
$("img#Image27").hover(function () {
      $("#premierride").fadeIn('fast');
	},function(){
      $("#premierride").fadeOut('fast');
    });		
$("img#Image28").hover(function () {
      $("#procoreride").fadeIn('fast');
	},function(){
      $("#procoreride").fadeOut('fast');
    });		
	
$("img#Image29").hover(function () {
      $("#nomad").fadeIn('fast');
	},function(){
      $("#nomad").fadeOut('fast');
    });		
});



