/**
*  3-20-06 (Japan): Inexplicable error forced me to use this older version, which works fine.

 * This software is provided "AS IS," without a warranty of any kind.
 */



//-------------switching image from bottom.html
function switchImage(docID,imageFile)
{
        document[docID].src = imageFile;
}


function showMenuInFrame(menuLabel, x, y) {
    return;
}

function loadMenus () {}
