// PRELOADS ALL THE BUTTONS NEEDED
// Works: IE4+, NS4+, Opera

	function preButtons() {
		loadingFlag = true;
		
		// footer preloads
        createObject('heartoff','/_img/generic/foot_heart_off.gif');
        createObject('hearton','/_img/generic/foot_heart_on.gif');
        createObject('antioff','/_img/generic/foot_anti_off.gif');
        createObject('antion','/_img/generic/foot_anti_on.gif');
        createObject('catoff','/_img/generic/foot_cat_off.gif');
        createObject('caton','/_img/generic/foot_cat_on.gif');
        
        // button preloads
        createObject('btnmoredoff','/_img/buttons/more_dark_off.gif');
        createObject('btnmoredon','/_img/buttons/more_dark_on.gif');
        createObject('btnmoreloff','/_img/buttons/more_light_off.gif');
        createObject('btnmorelon','/_img/buttons/more_light_on.gif');
        createObject('btnbuycdoff','/_img/buttons/buy_cd_off.gif');
        createObject('btnbuycdon','/_img/buttons/buy_cd_on.gif');
        createObject('btngetmp3off','/_img/buttons/get_mp3_off.gif');
        createObject('btnmp3on','/_img/buttons/mp3_on.gif');
        createObject('btnmp3off','/_img/buttons/mp3_off.gif');
        createObject('btngetmp3on','/_img/buttons/get_mp3_on.gif');
        createObject('btnmorevideosoff','/_img/buttons/morevideos_off.gif');
        createObject('btnmorevideoson','/_img/buttons/morevideos_on.gif');
        createObject('btnmoregoodiesoff','/_img/buttons/moregoodies_off.gif');
        createObject('btnmoregoodieson','/_img/buttons/moregoodies_on.gif');
        createObject('btnshowtrackoff','/_img/buttons/showtracklisting_off.gif');
        createObject('btnshowtrackon','/_img/buttons/showtracklisting_on.gif');
        createObject('btnhidetrackoff','/_img/buttons/hidetracklisting_off.gif');
        createObject('btnhidetrackon','/_img/buttons/hidetracklisting_on.gif');
        createObject('btndgetmp3off','/_img/buttons/dark_get_mp3_off.gif');
        createObject('btndgetmp3on','/_img/buttons/dark_get_mp3_on.gif');
        createObject('btndbuycdoff','/_img/buttons/dark_buy_cd_off.gif');
        createObject('btndbuycdon','/_img/buttons/dark_buy_cd_on.gif');
        createObject('btndbuydvdoff','/_img/buttons/dark_buy_dvd_off.gif');
        createObject('btndbuydvdon','/_img/buttons/dark_buy_dvd_on.gif');
        createObject('btndnextarroff','/_img/buttons/dark_nextarrow_off.gif');
        createObject('btndnextarron','/_img/buttons/dark_nextarrow_on.gif');
        createObject('btndprevarroff','/_img/buttons/dark_prevarrow_off.gif');
        createObject('btndprevarron','/_img/buttons/dark_prevarrow_on.gif');
        createObject('btnlinernotesoff','/_img/buttons/liner_notes_off.gif');
        createObject('btnlinernoteson','/_img/buttons/liner_notes_on.gif');
        createObject('btnalbumdescoff','/_img/buttons/album_desc_off.gif');
        createObject('btnalbumdescon','/_img/buttons/album_desc_on.gif');
        createObject('btnsubmitoff','/_img/buttons/submit_off.gif');
        createObject('btnsubmiton','/_img/buttons/submit_on.gif');
		createObject('btnrssoff','/_img/buttons/rss_off.gif');
        createObject('btnrsson','/_img/buttons/rss_on.gif');
        createObject('btnviewallartistsoff','/_img/buttons/view_all_artists_off.gif');
        createObject('btnviewallartistson','/_img/buttons/view_all_artists_on.gif');
            
        loadingFlag = false;
        preloadFlag = true;
	}