// 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('btnsubmitoff','/_img/buttons/submit_off.gif');
        createObject('btnsubmiton','/_img/buttons/submit_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('btnmoreloff','/_img/buttons/more_light_off.gif');
        createObject('btnmorelon','/_img/buttons/more_light_on.gif');
        createObject('btnprintoff','/_img/buttons/print_off.gif');
        createObject('btnprinton','/_img/buttons/print_on.gif');
        createObject('btnsendoff','/_img/buttons/send_off.gif');
        createObject('btnsendon','/_img/buttons/send_on.gif');
        createObject('btnbookmarkoff','/_img/buttons/bookmark_off.gif');
        createObject('btnbookmarkon','/_img/buttons/bookmark_on.gif');
            
        loadingFlag = false;
        preloadFlag = true;
	}