function flower_setbg(file) {
    document.getElementById('flowerimg').src = file;
}