if (document.images) {

        // Logos at the bottom


}

function popWindow(url,popname,popwidth,popheight)
{
        window.name = "window";
        var popupWin = window.open(url,popname,"width="+popwidth+",height="+popheight+",toolbar=0,scrollbars=1,resizable=0")
        if (!document.all && window.focus) popupWin.focus();
}

function di(id,name) {
        if (document.images[id] && name) {
                document.images[id].src=eval(name+".src");
        }

}

function toolsOff() {

}