if (self != top) top.location.replace(self.location);

function openWindow(URL,WINDOW) {
aWindow=window.open(URL,WINDOW,"width=340,height=450,scrollbars=yes,alwaysRaised=yes,menubar=no");
}

