function newWindow2(aerial) {
aerial=window.open(aerial,'Detail','status=no,scrollbars=no,toolbar=no,width=620,height=490')
aerial.focus
}
