function show_picture(band) {
    window.parent.document.images["band"].src = band
    }

