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

