function newWindow2(access) {
access=window.open(access,'Detail','status=yes,scrollbars=yes,toolbar=yes,width=960,height=600')
access.focus
}
