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