// 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('btnbuycdoff','/_img/buttons/buy_cd_off.gif');
        createObject('btnbuycdon','/_img/buttons/buy_cd_on.gif');
        createObject('btngetmp3off','/_img/buttons/get_mp3_off.gif');
        createObject('btngetmp3on','/_img/buttons/get_mp3_on.gif');
        createObject('btngooff','/_img/buttons/go_off.gif');
        createObject('btngoon','/_img/buttons/go_on.gif');
        createObject('btnviewalloff','/_img/buttons/view_all_off.gif');
        createObject('btnviewallon','/_img/buttons/view_all_on.gif');
        createObject('btnnextarroff','/_img/buttons/nextarrow_off.gif');
        createObject('btnnextarron','/_img/buttons/nextarrow_on.gif');
        createObject('btnprevarroff','/_img/buttons/prevarrow_off.gif');
        createObject('btnprevarron','/_img/buttons/prevarrow_on.gif');

        loadingFlag = false;
        preloadFlag = true;
	}