function openURL()
{
selInd = document.theForm.aaa.selectedIndex;
goURL = document.theForm.aaa.options[selInd].value;
top.location.href = goURL;

}

function changehome(picture) {
document.home.src = picture
}
function changelinks(picture) {
document.links.src = picture
}
function changegallery(picture) {
document.gallery.src = picture
}

function changegeneral(picture) {
document.general.src = picture
}
function changemanyplants(picture) {
document.manyplants.src = picture
}
function changeflower(picture) {
document.flower.src = picture
}
function changemisc(picture) {
document.misc.src = picture
}
function changefiery_faces(picture) {
document.fiery_faces.src = picture
}
function changesearch(picture) {
document.search.src = picture
}
function changenature(picture) {
document.nature.src = picture
}
function changeaqua(picture) {
document.aqua.src = picture
}

