function newwin(srclink) {
var alpha = window.open(srclink.getAttribute('href'), 'bravo');
alpha.focus();
return alpha;
};
