<!--

function swap(source) {

    if (document.images) {

        document.images['myImage'].src = source;

    }

}

//-->

