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