/* preloads arrow rollover image */

if (document.images)
{
  pic1= new Image(); 
  pic1.src="http://www.totalracingsolutions.com/wp-content/themes/trs2/images/secondary_nav_incentives.gif"; 
  
  pic2= new Image(); 
  pic2.src="http://www.totalracingsolutions.com/wp-content/themes/trs2/images/secondary_nav_suspensionspec.gif"; 
  
  pic3= new Image(); 
  pic3.src="http://www.totalracingsolutions.com/wp-content/themes/trs2/images/secondary_nav_racersupport.gif"; 
  
  pic4= new Image(); 
  pic4.src="http://www.totalracingsolutions.com/wp-content/themes/trs2/images/secondary_nav_dealerapp.gif"; 
  
  pic5= new Image(); 
  pic5.src="http://www.totalracingsolutions.com/wp-content/themes/trs2/images/secondary_nav_gallery.gif"; 
  
  pic6= new Image(); 
  pic6.src="http://www.totalracingsolutions.com/wp-content/themes/trs2/images/nav_about.gif"; 
  
  pic7= new Image(); 
  pic7.src="http://www.totalracingsolutions.com/wp-content/themes/trs2/images/nav_services.gif"; 
  
  pic8= new Image(); 
  pic8.src="http://www.totalracingsolutions.com/wp-content/themes/trs2/images/nav_store.gif"; 
  
  pic9= new Image(); 
  pic9.src="http://www.totalracingsolutions.com/wp-content/themes/trs2/images/nav_faq.gif"; 
  
  pic10= new Image(); 
  pic10.src="http://www.totalracingsolutions.com/wp-content/themes/trs2/images/nav_home.gif"; 
  
  pic11= new Image(); 
  pic11.src="http://www.totalracingsolutions.com/wp-content/themes/trs2/images/nav_contact.gif";
}

