		
	function preloadimages(){
		for (i=0;i<preloadimages.arguments.length;i++){
			preloaded[i]=new Image();
			preloaded[i].src="/html/assets/layout/" + preloadimages.arguments[i];
			//alert(preloaded[i].src);
		}
	}
	
	if (document.images)
	{
		var preloaded = [];
		preloadimages("eEyeLogo.gif",
		  "navHomeOff.gif",
		  "navCompany.gif",
		  "navSolutions.gif",
		  "navProducts.gif",
		  "navResearch.gif",
		  "navResources.gif",
		  "navSupport.gif",
		  "navPartners.gif",
		  "navClients.gif",
		  "bgLeftFade.gif",
		  "bgRightBlue.gif",
		  "bgMain.gif",
		  "bgMainLeft.gif",
		  "bgMainRight.gif",
		  "tabAdvisories.gif",		  
		  "tabMainTop.gif",
		  "tabMainLeft.gif",
		  "tabMainRight.gif",
		  "tabMainBottom.gif",
		  "advisory_HIGH.gif",
		  "advisory_MEDIUM.gif",
		  "advisory_LOW.gif",
	 	  "btnMoreAlt.gif",
		  "pixel.gif",
		  "pixel_black.gif",
		  "pixel_orange.gif",
		  "sideNewsletterTop.gif");
		  
		imgFlash = new Image();
   		imgFlash.src = "/html/assets/swf/noscriptHome-11.jpg";
   		
   		imgClients = new Image();
   		imgClients.src = "/html/assets/clientRotating.gif";
   		
   		imgProducts = new Image();
   		imgProducts.src = "/html/assets/boxAllSmHome.gif";

	}

		function init() {
			// whatever stuff you need to do onload goes here.

			//==========================================================================================
			// if supported, initialize mtdropdowns
			//==========================================================================================
			// Check isSupported() so that menus aren't accidentally sent to non-supporting browsers.
			// This is better than server-side checking because it will also catch browsers which would
			// normally support the menus but have javascript disabled.
			//
			// If supported, call initialize() and then hook whatever image rollover code you need to do
			// to the .onactivate and .ondeactivate events for each menu.
			//==========================================================================================
			if (mtDropDown.isSupported()) {
				mtDropDown.initialize();

				// hook all the image swapping of the main toolbar to menu activation/deactivation
				// instead of simple rollover to get the effect where the button stays hightlit until
				// the menu is closed.


		
			}
		}
