/* Pop up windows */
function openWin(URL) {
aWindow=window.open(URL,"popup","width=300,height=450,scrollbars,resizable,toolbar=no,menubar=no");
}
