function newWindow10(popup) {
popup=window.open(popup,'Detail','status=no,scrollbars=no,toolbar=no,width=475,height=230')
popup.focus
}

