<!--// Image Preloader version 1.0// Copyright 2009 Bontrager Connection, LLC// http://www.willmaster.com///// Leave the next line as is.var preload = new Array();// List the images to be loaded, each //   image assigned to preload[#], with //   consecutive numbering starting at 0.preload[0] = "images/majuda_corporation_dropdown_company.png";preload[1] = "images/majuda_corporation_dropdown_partners.png";preload[2] = "images/majuda_corporation_dropdown_support.png";preload[3] = "images/majuda_corporation_dropdown_press.png";// Leave the next 5 lines as they are.var loadedimages = new Array();for(var i=0; i<preload.length; i++) {loadedimages[i] = new Image();loadedimages[i].src = preload[i];}
