/* Pop up windows */
function openWin(URL) {
aWindow=window.open(URL,"popup","width=550,height=500,scrollbars,resizable");
}
