// ensure the array currently contains no other nav image list by re-initialising it
var imagePreloadArray = new Array();
// set the path to the images
var path='/themeStreet/css';
var imagePath = path + '/images/submenu/videos/videos_subnav_';
// initialise the array
preloadImage(imagePath+'videos_r.gif');
preloadImage(imagePath+'videos_c.gif');
preloadImage(imagePath+'browse_all_r.gif');
preloadImage(imagePath+'browse_all_c.gif');
preloadImage(imagePath+'by_subject_r.gif');
preloadImage(imagePath+'by_subject_c.gif');
preloadImage(imagePath+'by_theme_r.gif');
preloadImage(imagePath+'by_theme_c.gif');
preloadImage(imagePath+'by_character_r.gif');
preloadImage(imagePath+'by_character_c.gif');
preloadImage(imagePath+'songs_r.gif');
preloadImage(imagePath+'songs_c.gif');
preloadImage(imagePath+'classic_clips_r.gif');
preloadImage(imagePath+'classic_clips_c.gif');
// preload the images
MM_preloadImages(imagePreloadArray);
