/**
 * @author Dom
 */
function load_buttons(){

    wiecej = new Image();
    wiecej.src = "contentgrf/wiecej.jpg";
    wiecej_on = new Image();
    wiecej_on.src = "contentgrf/wiecejon.jpg";
	
	en_wiecej = new Image();
    en_wiecej.src = "contentgrf/en_wiecej.jpg";
    en_wiecej_on = new Image();
    en_wiecej_on.src = "contentgrf/en_wiecejon.jpg";
    
};

