<!--
if (window.self != window.top) window.top.location = window.self.location;

function gotoPage(url) {
        if (("" != url) && ("#" != url)) {
                location.href=url;
        } // if
} // gotoPage()
//-->