function openWin(URL) {
aWindow=window.open(URL, "_blank", "width=650, height=400, scrollbars=1");
}

function linksWin(URL) {
aWindow=window.open(URL, "_blank", "width=350, height=400, scrollbars=1");
}

function psychicWin(URL) {
aWindow=window.open(URL, "_blank", "width=700, height=400, toolbar=yes, menubar=yes, status=yes, scrollbars=yes, resizable=yes");
}