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