function openNewWindow(URL) {
newWindow=window.open(URL, 'program','toolbar=no,width=425,height=300,directories=0,status=0,scrollbars=1,resizable=0,menubar=0,location=0,screenX=100,screenY=75,left=100,top=75,copyhistory=0');
}


