        function img_replace(q){
        document.getElementById('ima').setAttribute('src',q)
    }
        function img_restore(q){
        document.getElementById('ima').setAttribute('src','hopscotch/images/fragrance_frangipani.jpg')
    }

