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