function popUp(path) {    features = "width=625,height=475,scrollbars=yes,fullscreen=no,toolbar=no,status=no,menubar=no,resizable=no,directories=no,location=no";	newWindow=window.open(path, 'popup', features);	newWindow.focus();}function popUpB(path) {    features = "width=825,height=625,scrollbars=yes,fullscreen=no,toolbar=no,status=no,menubar=no,resizable=no,directories=no,location=no";	newWindow=window.open(path, 'popup', features);	newWindow.focus();}