﻿function preloadNavigation() {   var theImages = new Array(	'swf/navi.swf');	preloadImages(theImages);}function preloadImages(theImages)  {   for(i = 0; i < theImages.length; i++)  {      var theImage = new Image();      theImage.src = theImages[i];   }}
