var loaded = false;
var myimages = new Array();
function preloadimages(){
 for (i=0;i<preloadimages.arguments.length;i++){
 myimages[i]=new Image();
 myimages[i].src=preloadimages.arguments[i];
 }
 loaded = true;
}
preloadimages('images/green/menu_home.png','images/green/menu_session.png','images/green/menu_media.png','images/green/menu_gear.png','images/green/menu_gallery.png','images/green/menu_calendar.png','images/green/menu_contact.png','images/green/menu_about.png','images/green/menu_studio.png','images/green/menu_loop.png','images/green/menu_store.png','images/green/menu_studio.png','images/green/menu_gear_drop.png','images/green/menu_gear_cymbals.png','images/green/menu_gear_drums.png','images/green/menu_gear_oddities.png','images/green/menu_gear_other.png','images/green/menu_media_drop.png','images/green/menu_media_audio.png','images/green/menu_media_video.png','images/green/menu_media_lessons.png');