function newWindow9(yesno) {
yesno=window.open(yesno,'Detail','status=no,scrollbars=no,toolbar=no,left=500,top=200,width=160,height=150')
yesno.focus
}

