<!--
	//filename: shopAccountNavigation.js
	//project: transtarindustries.com
	//description: rollover preloads for the shop account icon navigation
	
	var imgCart = ROLLOVER_Preload( "./images/cart.gif" );
	var imgCartOver = ROLLOVER_Preload( "./images/cartOver.gif" );
	var imgMyAccount = ROLLOVER_Preload( "./images/MyAccount.gif" );
	var imgMyAccountOver = ROLLOVER_Preload( "./images/MyAccountOver.gif" );
	var imgHome = ROLLOVER_Preload( "./images/home.gif" );
	var imgHomeOver = ROLLOVER_Preload( "./images/homeOver.gif" );
	var imgSearch = ROLLOVER_Preload( "./images/mag.gif" );
	var imgSearchOver = ROLLOVER_Preload( "./images/magOver.gif" );
	var imgHelp = ROLLOVER_Preload( "./images/help.gif" );
	var imgHelpOver = ROLLOVER_Preload( "./images/helpOver.gif" );
//-->