function openWin(URL) {
aWindow = window.open(URL,"WBT","resizable=0,toolbar=no,scrollbars=no,width=750,height=530,status=no");
}
