function newWindow10(terms) {
terms=window.open(terms,'Detail','status=no,scrollbars=yes,toolbar=no,width=750,height=750')
terms.focus
}

