function popOpen(url, target, features) {
 insertWindow=window.open (url, target, features)
 insertWindow.focus()
 } 
