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

