$(function() {

	$('.vaninfo').hide();
	$('#van1').mouseover(function(){ $('.vaninfo').hide(); $('#new_home_intro_text').hide(); $('#van1info').show(); });	
	$('#van2').mouseover(function(){ $('.vaninfo').hide(); $('#new_home_intro_text').hide(); $('#van2info').show(); });	
	$('#van3').mouseover(function(){ $('.vaninfo').hide(); $('#new_home_intro_text').hide(); $('#van3info').show(); });	
	$('#van4').mouseover(function(){ $('.vaninfo').hide(); $('#new_home_intro_text').hide(); $('#van4info').show(); });	
	$('#van5').mouseover(function(){ $('.vaninfo').hide(); $('#new_home_intro_text').hide(); $('#van5info').show(); });	
	$('#van6').mouseover(function(){ $('.vaninfo').hide(); $('#new_home_intro_text').hide(); $('#van6info').show(); });	
	$('#van7').mouseover(function(){ $('.vaninfo').hide(); $('#new_home_intro_text').hide(); $('#van7info').show(); });	
	$('#van8').mouseover(function(){ $('.vaninfo').hide(); $('#new_home_intro_text').hide(); $('#van8info').show(); });	
	$('#van9').mouseover(function(){ $('.vaninfo').hide(); $('#new_home_intro_text').hide(); $('#van9info').show(); });	
	$('#van10').mouseover(function(){ $('.vaninfo').hide(); $('#new_home_intro_text').hide(); $('#van10info').show(); });	
	$('#van11').mouseover(function(){ $('.vaninfo').hide(); $('#new_home_intro_text').hide(); $('#van11info').show(); });	
	$('#van12').mouseover(function(){ $('.vaninfo').hide(); $('#new_home_intro_text').hide(); $('#van12info').show(); });	
	$('#van13').mouseover(function(){ $('.vaninfo').hide(); $('#new_home_intro_text').hide(); $('#van13info').show(); });	
	$('#van14').mouseover(function(){ $('.vaninfo').hide(); $('#new_home_intro_text').hide(); $('#van14info').show(); });	
	$('#van15').mouseover(function(){ $('.vaninfo').hide(); $('#new_home_intro_text').hide(); $('#van15info').show(); });	
	$('#van16').mouseover(function(){ $('.vaninfo').hide(); $('#new_home_intro_text').hide(); $('#van16info').show(); });	
	$('#van17').mouseover(function(){ $('.vaninfo').hide(); $('#new_home_intro_text').hide(); $('#van17info').show(); });	
});