function newWindow20(popup2) {
popup2=window.open(popup2,'Detail','status=no,scrollbars=no,toolbar=no,width=475,height=400')
popup2.focus
}

