// Image Preloader  v1.0.1
// documentation: http://www.dithered.com/javascript/image_preloader/index.html
// license: http://creativecommons.org/licenses/by/1.0/
// code by Chris Nott (chris[at]dithered[dot]com)


function preloadImages() {
	if (document.images) {
		// Right Tube
		(new Image()).src = '_theme/silver/images/Tube_Round_LeftTop_2_1_CS1.gif';
		(new Image()).src = '_theme/silver/images/Tube_Round_LeftMiddleBG_2_1_CS1.gif';
		(new Image()).src = '_theme/silver/images/Tube_Round_LeftBottom_2_1_CS1.gif';
		(new Image()).src = '_theme/silver/images/Tube_Round_TopMiddle_2_1_CS1.gif';
		(new Image()).src = '_theme/silver/images/Tube_Round_BG_2_1_CS1.gif';
		(new Image()).src = '_theme/silver/images/Tube_Round_BottomMiddle_2_1_CS1.gif';		
		(new Image()).src = '_theme/silver/images/Tube_Round_RightTop_2_1_CS1.gif';
		(new Image()).src = '_theme/silver/images/Tube_Round_RightMiddleBG_2_1_CS1.gif';
		(new Image()).src = '_theme/silver/images/Tube_Round_RightBottom_2_1_CS1.gif';		
		// left Tube
		(new Image()).src = '_theme/silver/images/Tube_Round_LeftTop_2_2_CS1.gif';
		(new Image()).src = '_theme/silver/images/Tube_Round_LeftMiddleBG_2_2_CS1.gif';
		(new Image()).src = '_theme/silver/images/Tube_Round_LeftBottom_2_2_CS1.gif';
		(new Image()).src = '_theme/silver/images/Tube_Round_TopMiddle_2_2_CS1.gif';
		(new Image()).src = '_theme/silver/images/Tube_Round_BG_2_2_CS1.gif';
		(new Image()).src = '_theme/silver/images/Tube_Round_BottomMiddle_2_2_CS1.gif';		
		(new Image()).src = '_theme/silver/images/Tube_Round_RightTop_2_2_CS1.gif';
		(new Image()).src = '_theme/silver/images/Tube_Round_RightMiddleBG_2_2_CS1.gif';
		(new Image()).src = '_theme/silver/images/Tube_Round_RightBottom_2_2_CS1.gif';			
		// Center Tube
				(new Image()).src = '_theme/silver/images/Tube_Round_LeftTop_2_3_CS1.gif';
		(new Image()).src = '_theme/silver/images/Tube_Round_LeftMiddleBG_2_3_CS1.gif';
		(new Image()).src = '_theme/silver/images/Tube_Round_LeftBottom_2_3_CS1.gif';
		(new Image()).src = '_theme/silver/images/Tube_Round_TopMiddle_2_3_CS1.gif';
		(new Image()).src = '_theme/silver/images/Tube_Round_BG_2_3_CS1.gif';
		(new Image()).src = '_theme/silver/images/Tube_Round_BottomMiddle_2_3_CS1.gif';		
		(new Image()).src = '_theme/silver/images/Tube_Round_RightTop_2_3_CS1.gif';
		(new Image()).src = '_theme/silver/images/Tube_Round_RightMiddleBG_2_3_CS1.gif';
		(new Image()).src = '_theme/silver/images/Tube_Round_RightBottom_2_3_CS1.gif';	
	}
}