function newWindow12(form3) {
form=window.open(form3,'Detail','status=no,scrollbars=no,toolbar=no,width=600,height=470')
form3.focus
}
