function newWindow32(form32) {
form=window.open(form32,'Detail','status=no,scrollbars=no,toolbar=no,width=660,height=460')
form32.focus
}

